Skip to content

Commit eefe1ec

Browse files
committed
tox: split out default system python target
Since newer tox versions drop implicit `tox -e python` functionality.
1 parent 2013a0d commit eefe1ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ setenv =
1212
PYTEST_ADDOPTS = -p no:pkgcore
1313

1414
[testenv]
15-
description = run tests for python version
1615
skip_sdist = true
1716
skip_install = true
1817
passenv =
@@ -28,6 +27,9 @@ deps =
2827
pytest
2928
pytest-cython
3029
tomli ; python_version < '3.11'
30+
31+
[testenv:python]
32+
description = run tests for default system python
3133
commands =
3234
python setup.py build_ext --inplace --develop
3335
# run doctests

0 commit comments

Comments
 (0)