Another attempt to fix build on OS X

This commit is contained in:
Peter Melnichenko 2018-03-13 13:08:11 +03:00
parent 4ce0ab9daa
commit 66b2e9bc7a

View File

@ -12,7 +12,7 @@ matrix:
language: generic
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip2 install pyflakes pep8 coverage coveralls nose; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo pip2 install pyflakes pep8 coverage coveralls nose; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip install pyflakes pep8 coverage coveralls nose; fi
script: