forked from orbit-oss/flask
make a "future" toxenv
This commit is contained in:
parent
8535503f4a
commit
41186d3fe2
2 changed files with 13 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue