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.
1 parent 93bab13 commit ea1c50dCopy full SHA for ea1c50d
.travis.yml
@@ -45,7 +45,7 @@ matrix:
45
name: OS X Python 2.7
46
language: generic
47
before_install:
48
- - brew install python@2
+ - HOMEBREW_LOGS=/tmp HOMEBREW_NO_AUTO_UPDATE=yes brew install python@2
49
- python2 -m pip install --user virtualenv
50
- /Users/travis/Library/Python/2.7/bin/virtualenv $HOME/osx-py
51
- source $HOME/osx-py/bin/activate
0 commit comments