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 15:43:44 -0700
commitb21c1bc1a87b213996fc41185f263400b6d99877 (patch)
treebd948ebdf599fafbfab41124cade17fe5526ed83
parente996d842272411e20da74e61081957eed6aabef1 (diff)
downloadpep8-develop.tar.gz
Added skip missing interpreters flag to tox configdevelop
-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 =