summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-23 11:45:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-23 11:45:50 -0500
commit6daeff98a87a978a6ed11178acc9b8d0f82d533d (patch)
treeaa48cdfc21700f25670be76a63fe110ea7f86250 /tox.ini
parent31bcf5bff6e02e8156dce67a92d2a268434cc204 (diff)
downloadcherrypy-git-6daeff98a87a978a6ed11178acc9b8d0f82d533d.tar.gz
Just run with the current Python. Rely on Travis or manual invocation to run in other environments.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a0ba9c46..4d77f646 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
[tox]
-envlist = py26, py27, py32, py33, py34, py35, py36, pypy
-skip-missing-interpreters=True
+envlist = python
[testenv]
deps = .[test_tools,routes_dispatcher]