We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ca5ff2 + 8d126bc commit ca7b0f7Copy full SHA for ca7b0f7
.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