Skip to content

Commit

Permalink
Merge pull request #1514 from pypa/fix-travis-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Jun 6, 2023
2 parents 2ca5ff2 + 8d126bc commit ca7b0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
language: shell
before_install:
- choco upgrade python3 -y --version 3.7.9 --limit-output
# Update root certificates to fix SSL error; see http://www.chawn.com/RootCerts.htm
- 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"
env:
- PYTHON=C:\\Python37\\python

Expand Down

0 comments on commit ca7b0f7

Please sign in to comment.