Give it some air
This commit is contained in:
parent
2a391355f5
commit
79a9db4cae
|
@ -60,10 +60,12 @@ jobs:
|
||||||
|
|
||||||
- script: python -m pip install --upgrade tox codecov
|
- script: python -m pip install --upgrade tox codecov
|
||||||
displayName: install tox & codecov
|
displayName: install tox & codecov
|
||||||
|
|
||||||
- script: tox -e $(tox.env)
|
- script: tox -e $(tox.env)
|
||||||
env:
|
env:
|
||||||
TOX_AP_TEST_EXTRAS: azure-pipelines
|
TOX_AP_TEST_EXTRAS: azure-pipelines
|
||||||
displayName: run tox
|
displayName: run tox
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
coverage combine
|
coverage combine
|
||||||
codecov
|
codecov
|
||||||
|
|
Loading…
Reference in New Issue