make a "future" toxenv

This commit is contained in:
Matt Cooper 2019-05-04 20:46:33 -04:00
parent 8535503f4a
commit 41186d3fe2
2 changed files with 13 additions and 3 deletions

View file

@ -65,6 +65,8 @@ jobs:
# Use a container since Azure Pipelines may not have the bleeding-edge Python RC
- job: FlaskOnLatest
pool: { vmImage: ubuntu-latest }
variables:
TOXENV: 'future'
container: python:rc-stretch
steps:
- script: |
@ -73,6 +75,5 @@ jobs:
displayName: 'Install tox'
# don't fail the build if this doesn't work!
- script: |
tox --ignore-outcome=true
- script: tox
displayName: 'Run tox'