mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
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:
@@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py37
|
py3
|
||||||
lint
|
lint
|
||||||
auditwheels
|
auditwheels
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user