mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
12 lines
375 B
YAML
12 lines
375 B
YAML
build: false
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:/Python27"
|
|
install:
|
|
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
|
|
- "%PYTHON%/python.exe C:/get-pip.py"
|
|
test_script:
|
|
- "%PYTHON%/Scripts/pip.exe --version"
|
|
- "%PYTHON%/Scripts/pip.exe install tox"
|
|
- "%PYTHON%/Scripts/tox.exe -e py27"
|