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 51f5c7f commit 8d126bcCopy full SHA for 8d126bc
.travis.yml
@@ -37,8 +37,6 @@ jobs:
37
language: shell
38
before_install:
39
- choco upgrade python3 -y --version 3.7.9 --limit-output
40
- # Update root certificates to fix SSL error; see http://www.chawn.com/RootCerts.htm
41
- - powershell "md C:\temp\certs; CertUtil -generateSSTFromWU C:\temp\certs\RootStore.sst; Get-ChildItem -Path C:\\temp\certs\Rootstore.sst | Import-Certificate -CertStoreLocation Cert:\\LocalMachine\\Root\\ | out-null"
42
env:
43
- PYTHON=C:\\Python37\\python
44
0 commit comments