summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini21
1 files changed, 1 insertions, 20 deletions
diff --git a/tox.ini b/tox.ini
index a71209e..189db56 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,22 +1,12 @@
[tox]
minversion = 1.4
-envlist = py26,py27,py27_old,py27_patch,py32,py33,py3_patch,py3_old,py34,py35
+envlist = py27,py27_old,py27_patch,py33,py3_patch,py3_old,py34,py35
[testenv]
commands=
python runtests.py -r
python run_aiotest.py -r
-[testenv:py26]
-setenv =
- TROLLIUSDEBUG = 1
-deps=
- aiotest
- eventlet
- mock
- trollius
- unittest2
-
[testenv:py27]
setenv =
TROLLIUSDEBUG = 1
@@ -49,15 +39,6 @@ commands=
python runtests.py -r -m
python run_aiotest.py -r -m
-[testenv:py32]
-setenv =
- TROLLIUSDEBUG = 1
-deps=
- aiotest
- eventlet
- mock
- trollius
-
[testenv:py33]
setenv =
PYTHONASYNCIODEBUG = 1