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 69e9e49 commit 9cfa216Copy full SHA for 9cfa216
.travis.yml
@@ -31,7 +31,7 @@ jobs:
31
before_install:
32
- choco install curl
33
- mkdir /certs
34
- - https://curl.haxx.se/ca/cacert.pem --output /certs/cacert.pem
+ - curl https://curl.haxx.se/ca/cacert.pem --output /certs/cacert.pem
35
- choco install python --version=3.8.0
36
- pip3 install --user --upgrade pip
37
- pip3 install cython --install-option="--no-cython-compile"
0 commit comments