summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-14 22:07:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-14 22:07:35 -0400
commitab80c2eec43d34f9bc1ec346b9541844d554c63b (patch)
treeb33cfcf25df80bfdbaf59556cfd5ce4978576bfb
parent7c8b42021a0e2d14ff250f0f74ea9b857fc84d02 (diff)
downloadpython-coveragepy-git-ab80c2eec43d34f9bc1ec346b9541844d554c63b.tar.gz
Make tox useful when interpreters are missing.
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index adf94c9d..37ae451f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@
[tox]
envlist = py26, py27, py33, py34, py35, pypy24, pypy3_24
+skip_missing_interpreters = True
[testenv]
commands =