Browse Source

Simplify tox setup (#1086)

Since upstream doesn't predominantly use tox, just remove all extra
boilerplate so tox will work out of the box with whatever Python is.
Seppo Yli-Olli 2 years ago
parent
commit
02705b344d
1 changed files with 1 additions and 14 deletions
  1. 1 14
      tox.ini

+ 1 - 14
tox.ini

@@ -1,6 +1,5 @@
 [tox]
 downloadcache = {toxworkdir}/cache/
-envlist = py36, py36-noext, py37, py37-noext, py38, py38-noext, py39, py39-noext
 
 [testenv]
 
@@ -8,17 +7,5 @@ commands = make check
 recreate = True
 whitelist_externals = make
 
-[testenv:pypy-noext]
-commands = make check-noextensions
-
-[testenv:py36-noext]
-commands = make check-noextensions
-
-[testenv:py37-noext]
-commands = make check-noextensions
-
-[testenv:py38-noext]
-commands = make check-noextensions
-
-[testenv:py39-noext]
+[testenv:noext]
 commands = make check-noextensions