We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415092d commit 5ace4c2Copy full SHA for 5ace4c2
.travis.yml
@@ -29,7 +29,7 @@ jobs:
29
os: windows # Windows 10.0.17134 N/A Build 17134
30
language: shell # 'language: python' is an error on Travis CI Windows
31
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
+ - mkdir /Certs && cd /Certs && wget --quiet https://curl.haxx.se/ca/cacert.pem && set SSL_CERT_FILE=/Certs/cacert.pem
33
- choco install python --version=3.8.0
34
- pip3 install --user --upgrade pip
35
- pip3 install cython --install-option="--no-cython-compile"
0 commit comments