From 2bfca8b7a9061e4fa9569cdcae3c841be4921e1a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 16 Apr 2019 06:44:14 -0400 Subject: Remove tox definitions that tox now does by default --- tox.ini | 17 ----------------- 1 file changed, 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 -- cgit v1.2.1