Fix OS X build on Travis

This commit is contained in:
Peter Melnichenko 2016-04-27 23:17:53 +03:00
parent 155ebce687
commit de368c98d8

View File

@ -21,7 +21,7 @@ matrix:
language: generic language: generic
install: install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; brew install pip; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi
- pip install pyflakes - pip install pyflakes
- pip install pep8 - pip install pep8