summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 15 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 37896ba..a71209e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.4
-envlist = py26,py27,py27_old,py27_patch,py32,py33,py33_old,py34,py35
+envlist = py26,py27,py27_old,py27_patch,py32,py33,py3_patch,py3_old,py34,py35
[testenv]
commands=
@@ -66,8 +66,20 @@ deps=
asyncio
eventlet
-[testenv:py33_old]
-basepython = python3.3
+[testenv:py3_patch]
+basepython = python3
+setenv =
+ PYTHONASYNCIODEBUG = 1
+deps=
+ aiotest
+ asyncio
+ eventlet
+commands=
+ python runtests.py -r -m
+ python run_aiotest.py -r -m
+
+[testenv:py3_old]
+basepython = python3
setenv =
PYTHONASYNCIODEBUG = 1
deps=