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
commitf90969df315d7618c709e503b6429d8a913e581d (patch)
treeddfe8d7b51113e813069f9961bc96cc13eff8753 /tox.ini
parent1d4622aca557b331bcb64fb3138ddbb0a96cfe3d (diff)
downloadpython-coveragepy-f90969df315d7618c709e503b6429d8a913e581d.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 4e0b9ed..b568d2d 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]