summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2013-06-24 01:20:47 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2013-06-24 01:20:47 +0300
commitacb8961109b61390bac0a0cd795d53924db20f4c (patch)
tree810b408eff45e7507e131e6f4f7eed6c798c7206 /tox.ini
parent24ffe396c4da66cfa65b5d8641f9c39aa3ada5b1 (diff)
downloadfutures-acb8961109b61390bac0a0cd795d53924db20f4c.tar.gz
Redid the port from scratch using Python 3.2.5 as base2.1.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 3 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 83eda49..c1ff2f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,8 @@
[tox]
-envlist = py25,py26,py27,py31
+envlist = py26,py27,py31
[testenv]
commands={envpython} test_futures.py []
-#[testenv:py24]
-#deps=multiprocessing
-#
-#[testenv:py25]
-#deps=multiprocessing
+[testenv:py26]
+deps=unittest2