1 2 3 4 5 6 7
[tox] envlist = py26,py27,py31,py32,py33,py34 [testenv] deps= pytest mock commands=py.test setuptools {posargs}