[tox] envlist = py26,py27,py33,py34,py35,pypy,pypy3 [testenv] commands = nosetests --with-coverage {posargs} tests deps = nose coverage