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 18353ad commit 415092dCopy full SHA for 415092d
.travis.yml
@@ -29,6 +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
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