Files
deb-python-falcon/tox.ini

12 lines
174 B
INI

[tox]
envlist = py27,py33
[testenv]
deps = -r{toxinidir}/tests/requirements.txt
[testenv:py27]
commands = nosetests --with-progressive
[testenv:py33]
commands = nosetests