1 [tox] 2 envlist = 3 py26,py32 4 5 [testenv] 6 commands = 7 python setup.py dev 8 python setup.py nosetests 9 10 11