Files
rfd/tox.ini
Dave Gallant e5f2dd8bcb Fix count bugs (#1)
* tail/head working
* check if votes is null.
2018-03-12 23:59:31 -04:00

16 lines
240 B
INI

[tox]
envlist = py{27,
34,
35,
36,
#37,
}
[testenv]
commands =
py.test
pylint rfd
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt