Skip to content

Commit 415092d

Browse files
authored
Will it certify?
1 parent 18353ad commit 415092d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ 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 /c/Certs && cd /c/Certs && wget --quiet https://curl.haxx.se/ca/cacert.pem && set SSL_CERT_FILE=/c/Certs/cacert.pem
3233
- choco install python --version=3.8.0
3334
- pip3 install --user --upgrade pip
3435
- pip3 install cython --install-option="--no-cython-compile"

0 commit comments

Comments
 (0)