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