1[tox]
2envlist = py26,py27,pypy,jython
3
4[testenv]
5commands = {envpython} test_futures.py {posargs}
6
7[testenv:py26]
8deps = unittest2
9