Fix OS X Travis CI

This commit is contained in:
Peter Melnichenko 2018-03-13 12:58:28 +03:00
parent a8d4e2c08d
commit 4ce0ab9daa

View File

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