Skip to content

Commit

Permalink
Upgrade pip on Travis to allow --prefer-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Aug 18, 2020
1 parent 7c533e5 commit 0fc7907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo -H pip install -U $PYTHON_PACKAGES
else
sudo apt-get install -y pandoc
pip install -U pip
pip install --prefer-binary cryptography
pip install -U $PYTHON_PACKAGES
fi
Expand Down

0 comments on commit 0fc7907

Please sign in to comment.