summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-13 07:11:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-13 07:11:04 -0500
commitd2e93d4f93373065230ae5f2d1b58338e5ba6819 (patch)
tree8b5173a76f2fe103f200b24d4377253bddaad41e /tox.ini
parentd82cef5f0bc3b56bb3dd4d473f098fa562b575e5 (diff)
downloadpython-coveragepy-d2e93d4f93373065230ae5f2d1b58338e5ba6819.tar.gz
Jython has no multiprocessing module
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 46fb47f..fb8be65 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,7 @@ install_command = python -m pip install -U {opts} {packages}
passenv = *
setenv =
pypy,pypy{2,3}: COVERAGE_NO_CTRACER=no C extension under PyPy
+ jython: COVERAGE_NO_CTRACER=no C extension under Jython
commands =
python setup.py --quiet clean develop
@@ -58,6 +59,9 @@ basepython = pypy2
[testenv:pypy3]
basepython = pypy3
+[testenv:jython]
+basepython = jython
+
[testenv:doc]
# Build the docs so we know if they are successful. We build twice: once with
# -q to get all warnings, and once with -QW to get a success/fail status