diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-18 22:52:10 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-18 22:52:10 -0500 |
| commit | 8dba481b188f4df23074816f9fa8c32a488482e6 (patch) | |
| tree | 94df16d98906e0574277b670a6454d04af9a5ff0 /tox.ini | |
| parent | 1a6b57d7d181ba4d8eb6098aab7c58670db69ea9 (diff) | |
| download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
