diff options
Diffstat (limited to 'third_party/python/futures/tox.ini')
-rw-r--r-- | third_party/python/futures/tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/python/futures/tox.ini b/third_party/python/futures/tox.ini new file mode 100644 index 0000000000..2b35e7ddb6 --- /dev/null +++ b/third_party/python/futures/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py26,py27,pypy,jython + +[testenv] +commands={envpython} test_futures.py [] + +[testenv:py26] +deps=unittest2 |