Update Travis.

This commit is contained in:
Syoyo Fujita
2016-04-19 13:32:03 +09:00
parent 045d31eb7a
commit 28d1bb5521

View File

@@ -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 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
script: