Merge pull request #1514 from pypa/fix-travis-windows
This commit is contained in:
@@ -37,8 +37,6 @@ jobs:
|
|||||||
language: shell
|
language: shell
|
||||||
before_install:
|
before_install:
|
||||||
- choco upgrade python3 -y --version 3.7.9 --limit-output
|
- 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:
|
env:
|
||||||
- PYTHON=C:\\Python37\\python
|
- PYTHON=C:\\Python37\\python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user