1 2 3 4 5 6 7 8
[tox] envlist = py27, py35 [testenv] deps = -r{toxinidir}/development.txt commands = nosetests --rednose -s tests/unit nosetests --rednose -s tests/functional