More Travis fix.
This commit is contained in:
@@ -40,6 +40,7 @@ matrix:
|
||||
--coverage" REPORT_COVERAGE=1
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi
|
||||
- if [ -n "$REPORT_COVERAGE" ]; then sudo apt-get install python-dev libffi-dev libssl-dev; fi
|
||||
- if [ -n "$REPORT_COVERAGE" ]; then sudo pip install --upgrade pip; fi
|
||||
- if [ -n "$REPORT_COVERAGE" ]; then pip install --user requests[security]; fi
|
||||
- if [ -n "$REPORT_COVERAGE" ]; then pip install --user cpp-coveralls; fi
|
||||
|
||||
Reference in New Issue
Block a user