1 2 3 4 5 6 7 8 9 10 11 12 13
[tox] envlist = py26,py27 [testenv] commands = nosetests deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt [testenv:cover] commands = nosetests --with-coverage [testenv:venv] commands = {posargs}