do an allowed-failure the right way

This commit is contained in:
Matt Cooper 2019-05-04 20:28:14 -04:00
parent 459176a719
commit 8535503f4a

View file

@ -72,7 +72,7 @@ jobs:
pip install -U --user tox
displayName: 'Install tox'
# don't fail the build if this doesn't work!
- script: |
tox
exit 0 # don't fail the build if this doesn't work!
tox --ignore-outcome=true
displayName: 'Run tox'