summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini23
1 files changed, 21 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 040b25a..4fae0c8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,30 @@
[tox]
-envlist = py33,py34
+envlist = py26,py27,py32,py33,py34
[testenv]
deps=
aiotest
setenv =
- PYTHONASYNCIODEBUG = 1
+ TROLLIUSDEBUG = 1
commands=
python runtests.py -r {posargs}
python run_aiotest.py -r {posargs}
+
+[testenv:py26]
+deps=
+ aiotest
+ futures
+ mock
+ ordereddict
+ unittest2
+
+[testenv:py27]
+deps=
+ aiotest
+ futures
+ mock
+
+[testenv:py32]
+deps=
+ aiotest
+ mock