[tox] envlist = py26, py27, pypy, py32, py33, py34, py35, pypy3 [testenv] commands = {envpython} test_contextlib2.py [testenv:py26] deps = unittest2