Skip to content

Commit 69e9e49

Browse files
authored
Update .travis.yml
1 parent 5ace4c2 commit 69e9e49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)