This repository was archived by the owner on Feb 24, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 pytest
2020 pytest-travis-fold
2121commands =
22- {envpython} -m {posargs:pytest -vv}
22+ {envpython} -m pytest {posargs:-vv}
2323
2424[testenv:spell]
2525setenv =
@@ -110,7 +110,7 @@ setenv =
110110{% if config.cover %}
111111usedevelop = true
112112commands =
113- {envpython} -m divide_and_cover run -m {posargs:pytest -vv}
113+ {envpython} -m divide_and_cover run -m pytest {posargs:-vv} --divide-and-cover
114114{% endif %}
115115{% if config.cover or config.deps %}
116116deps =
Original file line number Diff line number Diff line change 2020 pytest
2121 pytest-travis-fold
2222commands =
23- {envpython} -m {posargs:pytest -vv}
23+ {envpython} -m pytest {posargs:-vv}
2424
2525[testenv:spell]
2626setenv =
@@ -104,7 +104,7 @@ setenv =
104104 {[testenv]setenv}
105105usedevelop = true
106106commands =
107- {envpython} -m divide_and_cover run -m {posargs:pytest -vv}
107+ {envpython} -m divide_and_cover run -m pytest {posargs:-vv} --divide-and-cover
108108deps =
109109 {[testenv]deps}
110110 pytest_divide_and_cover
@@ -118,7 +118,7 @@ setenv =
118118 {[testenv]setenv}
119119usedevelop = true
120120commands =
121- {envpython} -m divide_and_cover run -m {posargs:pytest -vv}
121+ {envpython} -m divide_and_cover run -m pytest {posargs:-vv} --divide-and-cover
122122deps =
123123 {[testenv]deps}
124124 pytest_divide_and_cover
You can’t perform that action at this time.
0 commit comments