##// END OF EJS Templates
Merge pull request #12126 from meeseeksmachine/auto-backport-of-pr-12125-on-7.x...
Matthias Bussonnier -
r25485:8dab28c2 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