Another attempt to fix build on OS X
This commit is contained in:
parent
4ce0ab9daa
commit
66b2e9bc7a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user