summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-29 22:08:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-29 22:08:08 -0400
commit9472d24cc695ef67e37a96224b8c37818e164ea3 (patch)
tree78a78685b071c1206418bf4c3fb9db1517f12322
parent9e783c683cf2013730a84c6f5e2e7f4439d7a352 (diff)
downloadpython-coveragepy-git-9472d24cc695ef67e37a96224b8c37818e164ea3.tar.gz
Jython isn't working, don't test it by default
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3732a19b..e288fc07 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tox]
-envlist = py{27,34,35,36,37}, pypy{2,3}, jython, doc, lint
+envlist = py{27,34,35,36,37}, pypy{2,3}, doc, lint
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}
toxworkdir = {env:TOXWORKDIR:.tox}