1 2 3 4 5 6 7 8 9 10 11 12 13 14
[tox] envlist=py27,py26,py33,py34,py35 [testenv] commands= pytest {posargs} deps= pytest [pytest] testpaths= testing