do an allowed-failure the right way
This commit is contained in:
parent
459176a719
commit
8535503f4a
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
pip install -U --user tox
|
pip install -U --user tox
|
||||||
displayName: 'Install tox'
|
displayName: 'Install tox'
|
||||||
|
|
||||||
|
# don't fail the build if this doesn't work!
|
||||||
- script: |
|
- script: |
|
||||||
tox
|
tox --ignore-outcome=true
|
||||||
exit 0 # don't fail the build if this doesn't work!
|
|
||||||
displayName: 'Run tox'
|
displayName: 'Run tox'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue