##// END OF EJS Templates
Merge pull request #12125 from ipython/revert-12063-temporary-change-taps...
Matthias Bussonnier -
r25483:d65778a6 merge
parent child Browse files
Show More
@@ -24,7 +24,7 b' before_install:'
24 24 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
25 25 env | sort
26 26 if ! which python$TRAVIS_PYTHON_VERSION; then
27 HOMEBREW_NO_AUTO_UPDATE=1 brew tap carreau/homebrew-python-frameworks
27 HOMEBREW_NO_AUTO_UPDATE=1 brew tap minrk/homebrew-python-frameworks
28 28 HOMEBREW_NO_AUTO_UPDATE=1 brew cask install python-framework-${TRAVIS_PYTHON_VERSION/./}
29 29 fi
30 30 python3 -m pip install virtualenv
General Comments 0
You need to be logged in to leave comments. Login now