fix yaml syntax
This commit is contained in:
parent
3f5a8790de
commit
4e9f971cc6
|
@ -62,7 +62,7 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue