summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-06 15:43:44 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-06 16:08:23 -0700
commitfc8c7995248c9a134ab7627838a81a2ad5a3c606 (patch)
treef740f3b9cf23feedf516400a93a7216f9aff6bab
parent45503fc4f123b41d6bffd19fe224cf6f386f1495 (diff)
downloadpep8-fc8c7995248c9a134ab7627838a81a2ad5a3c606.tar.gz
Added skip missing interpreters flag to tox config
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a4992e9..7218f17 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@
[tox]
envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython
+skip_missing_interpreters=True
[testenv]
commands =