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