Skip to content

Commit ca7b0f7

Browse files
authored
Merge pull request #1514 from pypa/fix-travis-windows
2 parents 2ca5ff2 + 8d126bc commit ca7b0f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
language: shell
3838
before_install:
3939
- 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"
4240
env:
4341
- PYTHON=C:\\Python37\\python
4442

0 commit comments

Comments
 (0)