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
|
||||
displayName: install tox & codecov
|
||||
|
||||
- script: tox -e $(tox.env)
|
||||
env:
|
||||
TOX_AP_TEST_EXTRAS: azure-pipelines
|
||||
displayName: run tox
|
||||
|
||||
- script: |
|
||||
coverage combine
|
||||
codecov
|
||||
|
|
Loading…
Reference in New Issue