Skip to content

Commit

Permalink
azure-pipelines env variables fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Bartolomé del Canto committed Aug 16, 2019
1 parent 0fa5861 commit 85b429f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PyPi Version](https://img.shields.io/pypi/v/twipper.svg)](https://pypi.org/project/twipper/)
[![Package Status](https://img.shields.io/pypi/status/twipper.svg)](https://pypi.org/project/twipper/)
[![Build Status](https://dev.azure.com/alvarob96/alvarob96/_apis/build/status/alvarob96.twipper?branchName=master)](https://dev.azure.com/alvarob96/alvarob96/_build/latest?definitionId=1&branchName=master)
[![Documentation Status](https://twipper.readthedocs.io/)](https://twipper.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://twipper.readthedocs.io/en/latest/?badge=latest)](https://twipper.readthedocs.io/)
[![Downloads](https://img.shields.io/pypi/dm/twipper.svg?style=flat)](https://pypi.python.org/pypi/twipper)

<p align="center">
Expand Down
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ 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 Down

0 comments on commit 85b429f

Please sign in to comment.