Skip to content

Commit 0be7aea

Browse files
committed
ci: Fix macOS build using pip2 instead of pip
See travis-ci/travis-ci#8829 (comment)
1 parent 4e18971 commit 0be7aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cache:
3737
- $HOME/downloads
3838

3939
before_install:
40+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; fi
4041
- pip install scikit-ci==0.13.0 scikit-ci-addons==0.11.0
4142
- ci_addons --install ../addons
4243

0 commit comments

Comments
 (0)