Skip to content

Commit

Permalink
ci(environment): upgrade urllib to transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Del Pino <[email protected]>
  • Loading branch information
Ivan Del Pino authored and rafaelje committed Oct 17, 2018
1 parent d84effd commit 4a4fd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ export GIT_TAG=$(jq -r ".version" package.json)

# install transifex CLI
sudo apt-get -y install python-pip
sudo pip install --upgrade "urllib3==1.22" awscli awsebcli
sudo pip install transifex-client
sudo echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_TOKEN"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc

0 comments on commit 4a4fd14

Please sign in to comment.