summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:42:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:42:10 -0500
commit3912e8c5eda18197d3d6c16b99eb927ca2308e80 (patch)
tree19aa563cc6ebda19fcf5b7853ce07231072acd1b
parent7fa940fa43cc675f9c4f58bab5132d1fa977f595 (diff)
downloadcherrypy-3912e8c5eda18197d3d6c16b99eb927ca2308e80.tar.gz
Test under 3.4 and 3.5
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7a6bce5d..2baa1fbd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py32, py33, pypy
+envlist = py26, py27, py32, py33, py34, py35, pypy
[testenv]
deps = nose