summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-23 19:32:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-23 19:32:36 -0400
commit07bca8e56758730c4d2b830056585709c346699a (patch)
tree65aa5522cb1684cd0fc0049c1a42ac43a24ced89 /tox.ini
parent829c20eec7db3b87447bee449afde7338c34f231 (diff)
downloadcherrypy-git-07bca8e56758730c4d2b830056585709c346699a.tar.gz
Bypass failures when Python versions are missing
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2baa1fbd..2977dc3d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist = py26, py27, py32, py33, py34, py35, pypy
+skip-missing-interpreters=True
[testenv]
deps = nose