diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-02-24 08:38:32 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-02-24 08:38:32 +0100 |
| commit | ce2af38728ddba867dcb4e17ca79c91072afa3c9 (patch) | |
| tree | 9587cc3df0bac0ed1759a1d5806ff59d4c28b7f2 | |
| parent | 1f1f1cec1b943a44aadb55c1a1a58c90972cd482 (diff) | |
| download | eventlet-ce2af38728ddba867dcb4e17ca79c91072afa3c9.tar.gz | |
ci: remove redundant basepython decls from tox.ini
Remove basepython declarations from tox.ini where they match what tox
already infers from the environment name. This is NFC for existing
testenvs, and it makes it possible to run tests on newer Python targets,
e.g. py310-*.
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -52,15 +52,6 @@ setenv = poll: EVENTLET_HUB = poll epolls: EVENTLET_HUB = epolls tox_cover_args = --with-coverage --cover-erase --cover-package=eventlet -basepython = - py27: python2.7 - py35: python3.5 - py36: python3.6 - py37: python3.7 - py38: python3.8 - py39: python3.9 - pypy2: pypy2 - pypy3: pypy3 deps = coverage==4.5.1 nose==1.3.7 |
