summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini
index 83ab9edb..eb8e898b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,23 +45,6 @@ commands =
python setup.py --quiet build_ext --inplace
python igor.py test_with_tracer c {posargs}
-[testenv:py38]
-basepython = python3.8
-
-[testenv:pypy]
-# The "pypy" environment is for Travis. Probably can make Travis use one of
-# the other environments...
-basepython = pypy
-
-[testenv:pypy2]
-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