mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-10-31 21:20:17 +00:00
14 lines
537 B
YAML
14 lines
537 B
YAML
build: false
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:/Python27"
|
|
install:
|
|
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'"
|
|
- ps: "Start-FileDownload 'https://bootstrap.pypa.io/get-pip.py' -FileName 'C:/get-pip.py'"
|
|
- "%PYTHON%/python.exe C:/get-pip.py"
|
|
- "%PYTHON%/Scripts/pip.exe --version"
|
|
- "%PYTHON%/Scripts/pip.exe install tox"
|
|
test_script:
|
|
- "git clone https://github.com/aspnet/Identity %APPVEYOR_BUILD_FOLDER%/tests/dotnetexample/example/Identity"
|
|
- "%PYTHON%/Scripts/tox.exe -e py27"
|