Skip to content

Commit a081805

Browse files
anthrotypejcfr
authored andcommitted
travis: symlink pip2 to ~/bin/pip
like scikit-build/scikit-build#275
1 parent 0581a10 commit a081805

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
@@ -43,6 +43,7 @@ cache:
4343
- $HOME/downloads
4444

4545
before_install:
46+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; fi
4647
- pip install scikit-ci==0.13.0 scikit-ci-addons==0.11.0
4748
- ci_addons --install ../addons
4849

0 commit comments

Comments
 (0)