aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: fdff7cb4c89ce75d24aa86f97f252b88ad11c439 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,pypy,jython

[testenv]
commands = {envpython} test_futures.py {posargs}

[testenv:py26]
deps = unittest2