Attempt to fix OS X Travis build

This commit is contained in:
Peter Melnichenko 2018-08-07 13:40:52 +03:00
parent fdd1024833
commit 16f9a52e6c

View File

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