Fix appveyor?

pull/121/head
Eric Holscher 7 years ago committed by Ashley Whetter
parent 86a9ffdd60
commit 2775554d73

@ -3,7 +3,7 @@ environment:
matrix:
- PYTHON: "C:/Python27"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- ps: [Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12' Start-FileDownload 'https://bootstrap.pypa.io/get-pip.py'
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install tox"

Loading…
Cancel
Save