Skip to content

Commit

Permalink
Install brew gettext for all tested python versions.
Browse files Browse the repository at this point in the history
libintl error also occurs during testing of python 3.5.5 and 3.6.5
  • Loading branch information
Joost van Griethuysen committed Sep 29, 2020
1 parent 8626efa commit b8dc600
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ before_install:
# Reason: Incompatible library version: python requires version 11.0.0 or later, but libintl.8.dylib provides version 10.0.0
# See https://github.com/scikit-build/cmake-python-distributions/issues/112 and
# https://github.com/scikit-build/cmake-python-distributions/pull/113
if [[ "$TRAVIS_OS_NAME" == "osx" && "${PYTHON_VERSION}" == "3.7.8" ]]; then
brew install gettext
fi
brew install gettext
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; fi
- pip install scikit-ci scikit-ci-addons
- ci_addons --install ../addons
Expand Down

0 comments on commit b8dc600

Please sign in to comment.