Skip to content

Commit

Permalink
third attempt at fixing the appveyor failure
Browse files Browse the repository at this point in the history
Following these recommendations: appveyor/ci#1447
  • Loading branch information
Qwlouse committed Nov 2, 2017
1 parent 955a245 commit bbd7531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: [Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'
- ps: '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12'
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install -r dev-requirements.txt"
Expand Down

0 comments on commit bbd7531

Please sign in to comment.