File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,14 @@ jobs:
2929 os : windows # Windows 10.0.17134 N/A Build 17134
3030 language : shell # 'language: python' is an error on Travis CI Windows
3131 before_install :
32- - mkdir /Certs && cd /Certs && wget --quiet https://curl.haxx.se/ca/cacert.pem && set SSL_CERT_FILE=/Certs/cacert.pem
32+ - choco install curl
33+ - mkdir /certs
34+ - https://curl.haxx.se/ca/cacert.pem --output /certs/cacert.pem
3335 - choco install python --version=3.8.0
3436 - pip3 install --user --upgrade pip
3537 - pip3 install cython --install-option="--no-cython-compile"
3638 env :
39+ - SSL_CERT_FILE=/certs/cacert.pem
3740 - PATH=/c/Python38:/c/Python38/Scripts:$PATH
3841 - TRAVIS_PYTHON_IMPLEMENTATION="cpython"
3942 # Older Python releases
You can’t perform that action at this time.
0 commit comments