Parallel is set by config
This commit is contained in:
parent
b6bd8c8d2b
commit
7edae2e070
6
tox.ini
6
tox.ini
|
@ -23,7 +23,7 @@ commands = python -m pytest {posargs}
|
||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
extras = {env:TOX_AP_TEST_EXTRAS:tests}
|
extras = {env:TOX_AP_TEST_EXTRAS:tests}
|
||||||
commands = coverage run --parallel -m pytest {posargs}
|
commands = coverage run -m pytest {posargs}
|
||||||
|
|
||||||
|
|
||||||
[testenv:py37]
|
[testenv:py37]
|
||||||
|
@ -33,7 +33,7 @@ install_command = pip install --no-compile {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=d
|
PYTHONWARNINGS=d
|
||||||
extras = {env:TOX_AP_TEST_EXTRAS:tests}
|
extras = {env:TOX_AP_TEST_EXTRAS:tests}
|
||||||
commands = coverage run --parallel -m pytest {posargs}
|
commands = coverage run -m pytest {posargs}
|
||||||
|
|
||||||
|
|
||||||
[testenv:py38]
|
[testenv:py38]
|
||||||
|
@ -44,7 +44,7 @@ install_command = pip install --no-compile {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=d
|
PYTHONWARNINGS=d
|
||||||
extras = {env:TOX_AP_TEST_EXTRAS:tests}
|
extras = {env:TOX_AP_TEST_EXTRAS:tests}
|
||||||
commands = coverage run --parallel -m pytest {posargs}
|
commands = coverage run -m pytest {posargs}
|
||||||
|
|
||||||
|
|
||||||
[testenv:coverage-report]
|
[testenv:coverage-report]
|
||||||
|
|
Loading…
Reference in New Issue