mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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]
|
||||
envlist =
|
||||
py37
|
||||
py3
|
||||
lint
|
||||
auditwheels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user