Force use g++ for pip install.
This commit is contained in:
@@ -42,8 +42,8 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi
|
- 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 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 sudo pip install --upgrade pip; fi
|
||||||
- if [ -n "$REPORT_COVERAGE" ]; then pip install --user requests[security]; fi
|
- if [ -n "$REPORT_COVERAGE" ]; then CXX=g++ pip install --user requests[security]; fi
|
||||||
- if [ -n "$REPORT_COVERAGE" ]; then pip install --user cpp-coveralls; fi
|
- if [ -n "$REPORT_COVERAGE" ]; then CXX=g++ pip install --user cpp-coveralls; fi
|
||||||
script:
|
script:
|
||||||
- cd tests
|
- cd tests
|
||||||
- make check
|
- make check
|
||||||
|
|||||||
Reference in New Issue
Block a user