Navigation Menu

Skip to content

Commit

Permalink
Attempt to fix OS X Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Aug 7, 2018
1 parent fdd1024 commit 16f9a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 16f9a52

Please sign in to comment.