• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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