mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-19 15:25:31 +00:00
Fix appveyor?
This commit is contained in:
parent
86a9ffdd60
commit
2775554d73
@ -3,7 +3,7 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- PYTHON: "C:/Python27"
|
- PYTHON: "C:/Python27"
|
||||||
install:
|
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%/python.exe C:/get-pip.py"
|
||||||
- "%PYTHON%/Scripts/pip.exe --version"
|
- "%PYTHON%/Scripts/pip.exe --version"
|
||||||
- "%PYTHON%/Scripts/pip.exe install tox"
|
- "%PYTHON%/Scripts/pip.exe install tox"
|
||||||
|
Loading…
Reference in New Issue
Block a user