summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini20
1 files changed, 19 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6b6f983..66d8393 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py27_patch,py32,py33,py34,py35
+envlist = py26,py27,py27_old,py27_patch,py32,py33,py33_old,py34,py35
[testenv:py26]
setenv =
@@ -18,6 +18,15 @@ deps=
trollius
commands=python runtests.py -r
+[testenv:py27_old]
+basepython = python2.7
+setenv =
+ TROLLIUSDEBUG = 1
+deps=
+ eventlet==0.14.0
+ trollius==0.3
+commands=python runtests.py -r
+
[testenv:py27_patch]
basepython = python2.7
setenv =
@@ -43,6 +52,15 @@ deps=
eventlet
commands=python runtests.py -r
+[testenv:py33_old]
+basepython = python3.3
+setenv =
+ PYTHONASYNCIODEBUG = 1
+deps=
+ asyncio==0.4.1
+ eventlet==0.15.0
+commands=python runtests.py -r
+
[testenv:py34]
setenv =
PYTHONASYNCIODEBUG = 1