We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2013a0d commit eefe1ecCopy full SHA for eefe1ec
1 file changed
tox.ini
@@ -12,7 +12,6 @@ setenv =
12
PYTEST_ADDOPTS = -p no:pkgcore
13
14
[testenv]
15
-description = run tests for python version
16
skip_sdist = true
17
skip_install = true
18
passenv =
@@ -28,6 +27,9 @@ deps =
28
27
pytest
29
pytest-cython
30
tomli ; python_version < '3.11'
+
31
+[testenv:python]
32
+description = run tests for default system python
33
commands =
34
python setup.py build_ext --inplace --develop
35
# run doctests
0 commit comments