Skip to content

Commit

Permalink
Fix build error on Travis CI test for i686 pyca/cryptography#5069
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Jul 31, 2020
1 parent c61bc99 commit 7c533e5
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 --prefer-binary cryptography
pip install -U $PYTHON_PACKAGES
fi
else
Expand Down

0 comments on commit 7c533e5

Please sign in to comment.