tox.ini: use py3 env instead of py37

This allows to run `tox `on systems with only a single Python 3
version installed, such as Python 3.9.

CI script scripts/run-python-test.sh specifies `-e py37` explicitly
anyway.
This commit is contained in:
link2xt
2021-05-10 02:51:02 +03:00
parent 3769ad32bd
commit 98c1158cde

View File

@@ -1,6 +1,6 @@
[tox]
envlist =
py37
py3
lint
auditwheels