blob: fdff7cb4c89ce75d24aa86f97f252b88ad11c439 [file] [log] [blame]
Keun Soo Yimdc156862017-12-22 18:58:57 -08001[tox]
2envlist = py26,py27,pypy,jython
3
4[testenv]
5commands = {envpython} test_futures.py {posargs}
6
7[testenv:py26]
8deps = unittest2