diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-29 22:08:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-29 22:08:08 -0400 |
commit | 9472d24cc695ef67e37a96224b8c37818e164ea3 (patch) | |
tree | 78a78685b071c1206418bf4c3fb9db1517f12322 | |
parent | 9e783c683cf2013730a84c6f5e2e7f4439d7a352 (diff) | |
download | python-coveragepy-git-9472d24cc695ef67e37a96224b8c37818e164ea3.tar.gz |
Jython isn't working, don't test it by default
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |