summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0a76c318..ef380e12 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py33, py34, pypy24, pypy3_24
+envlist = py26, py27, py33, py34, py35, pypy24, pypy3_24
[testenv]
commands =
@@ -28,13 +28,17 @@ deps =
py26: unittest2
py26,py27: gevent
py26,py27: eventlet
- py26,py27,py32,py33,py34: greenlet
+ py26,py27,py32,py33,py34,py35: greenlet
setenv =
pypy24,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy
usedevelop = True
+[testenv:py35]
+# Just until tox learns with 35 means.
+basepython = python3.5
+
[testenv:pypy24]
basepython = pypy2.4