summaryrefslogtreecommitdiff
path: root/tox.ini
blob: c1ff2f13f9c8dbbe9771df5538da4e2a14460997 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py31

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

[testenv:py26]
deps=unittest2