We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e18971 + 0be7aea commit 5fb9167Copy full SHA for 5fb9167
.travis.yml
@@ -37,6 +37,7 @@ cache:
37
- $HOME/downloads
38
39
before_install:
40
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; fi
41
- pip install scikit-ci==0.13.0 scikit-ci-addons==0.11.0
42
- ci_addons --install ../addons
43
0 commit comments