Home | History | Annotate | Download | only in futures
      1 [tox]
      2 envlist = py26,py27,pypy,jython
      3 
      4 [testenv]
      5 commands = {envpython} test_futures.py {posargs}
      6 
      7 [testenv:py26]
      8 deps = unittest2
      9