python/tox.ini
2017-01-11 16:13:30 -05:00

14 lines
219 B
INI

[tox]
envlist = py27, py34, py35
[testenv:docs]
commands = python setup.py build_sphinx
[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
nosetests \
[]