summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-18 22:52:10 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-18 22:52:10 -0500
commit8dba481b188f4df23074816f9fa8c32a488482e6 (patch)
tree94df16d98906e0574277b670a6454d04af9a5ff0 /tox.ini
parent1a6b57d7d181ba4d8eb6098aab7c58670db69ea9 (diff)
downloadpython-coveragepy-git-8dba481b188f4df23074816f9fa8c32a488482e6.tar.gz
No test failures on Jython
One or two of these are questionable accommodations, but there are no failures.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4e0b9edd..b568d2db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py{26,27,33,34,35,36}, pypy{2,3}, doc,lint
+envlist = py{26,27,33,34,35,36}, pypy{2,3}, jython, doc, lint
skip_missing_interpreters = True
[testenv]