Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Bartolomé del Canto committed Aug 16, 2019
1 parent 85b429f commit b713a38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ steps:
inputs:
versionSpec: '$(python.version)'
displayName: 'Use Python $(python.version)'
env:
consumer_key: $(consumer_key)
consumer_secret: $(consumer_secret)
access_token: $(access_token)
access_token_secret: $(access_token_secret)

- script: |
python -m pip install --upgrade pip
Expand All @@ -36,4 +31,9 @@ steps:
- script: |
pip install pytest pytest-azurepipelines
pytest
env:
consumer_key: $(consumer_key)
consumer_secret: $(consumer_secret)
access_token: $(access_token)
access_token_secret: $(access_token_secret)
displayName: 'pytest'

0 comments on commit b713a38

Please sign in to comment.