We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc7d33 commit fe26f81Copy full SHA for fe26f81
tox.ini
@@ -28,17 +28,17 @@ setenv =
28
PYTHONPATH = flit_core
29
30
commands =
31
- python -m pytest --cov=flit --cov=flit_core/flit_core
+ python -m pytest --cov=flit --cov=flit_core/flit_core {posargs}
32
33
# Python 3.6: only test flit_core
34
[testenv:py36]
35
36
- python -m pytest --cov=flit_core/flit_core flit_core
+ python -m pytest --cov=flit_core/flit_core flit_core {posargs}
37
38
# Python 3.7: only test flit_core
39
[testenv:py37]
40
41
42
43
[testenv:bootstrap]
44
skip_install = true
0 commit comments