Fix OS X Travis CI
This commit is contained in:
parent
a8d4e2c08d
commit
4ce0ab9daa
@ -12,7 +12,8 @@ matrix:
|
|||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
install:
|
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:
|
script:
|
||||||
- pyflakes .
|
- pyflakes .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user