We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc30bf8 + fe26f81 commit c13d414Copy full SHA for c13d414
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