1 2 3 4 5 6 7 8
[tox] envlist = py27 recreate = True [testenv] commands = python -m nose2 -v #sitepackages = True usedevelop = True