Skip to content

Commit a8855a8

Browse files
chore: add py3 and cz to default tox environment list
The `py3` tox environment will run with the system default Python version. Also remove all the version specific Python environments as it is confusing when they fail. The CI and users can still run the version specific Python environment. For example to run the Python 3.7 environment: tox -e py37
1 parent ef207da commit a8855a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 1.6
33
skipsdist = True
4-
envlist = py310,py39,py38,py37,pep8,black,twine-check,mypy,isort
4+
envlist = py3,pep8,black,twine-check,mypy,isort,cz
55

66
[testenv]
77
passenv = GITLAB_IMAGE GITLAB_TAG PY_COLORS NO_COLOR FORCE_COLOR

0 commit comments

Comments
 (0)