Fix Travis Build.
This commit is contained in:
+2
-5
@@ -66,12 +66,9 @@ install:
|
|||||||
- python2 -m pip install cpp-coveralls
|
- python2 -m pip install cpp-coveralls
|
||||||
- python2 -m pip install certifi
|
- python2 -m pip install certifi
|
||||||
|
|
||||||
- ls /home/travis/.local/lib/python2.7/site-packages/
|
|
||||||
- ls /home/travis/.local/lib/python2.7/site-packages/certifi
|
|
||||||
- ls /home/travis/.local/lib/python2.7/site-packages/certifi/cacert.pem
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export REQUESTS_CA_BUNDLE=/usr/local/lib/python2.7/dist-packages/certifi/cacert.pem
|
#- export REQUESTS_CA_BUNDLE=/usr/local/lib/python2.7/dist-packages/certifi/cacert.pem
|
||||||
|
- export REQUESTS_CA_BUNDLE=/home/travis/.local/lib/python2.7/site-packages/certifi/cacert.pem
|
||||||
script: "tools/travis-script.sh"
|
script: "tools/travis-script.sh"
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user