Skip to content

Commit

Permalink
Simplify tox setup (#1086)
Browse files Browse the repository at this point in the history
Since upstream doesn't predominantly use tox, just remove all extra
boilerplate so tox will work out of the box with whatever Python is.
  • Loading branch information
nanonyme authored Nov 5, 2022
1 parent 239766a commit 02705b3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py36, py36-noext, py37, py37-noext, py38, py38-noext, py39, py39-noext

[testenv]

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

0 comments on commit 02705b3

Please sign in to comment.