Update pip to pip2 for new OSX builds
See https://github.com/travis-ci/travis-ci/issues/8829
This commit is contained in:
parent
b2bf3c5abe
commit
a35a28c15e
@ -14,7 +14,7 @@ cache:
|
||||
|
||||
before_script:
|
||||
- if [[ $(uname) == Darwin ]]; then
|
||||
sudo pip install flake8;
|
||||
sudo pip2 install flake8;
|
||||
else
|
||||
pip install --user flake8;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user