tox.ini 113 B

12345678
  1. [tox]
  2. envlist = py26,py27,py31
  3. [testenv]
  4. commands={envpython} test_futures.py []
  5. [testenv:py26]
  6. deps=unittest2