mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-16 00:12:55 +00:00
Bleh
This commit is contained in:
parent
7339bd00a3
commit
5fdc54fada
@ -5,8 +5,8 @@ environment:
|
|||||||
install:
|
install:
|
||||||
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
|
- 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%/python.exe C:/get-pip.py"
|
||||||
- git clone https://github.com/aspnet/Identity example/Identity
|
|
||||||
test_script:
|
|
||||||
- "%PYTHON%/Scripts/pip.exe --version"
|
- "%PYTHON%/Scripts/pip.exe --version"
|
||||||
- "%PYTHON%/Scripts/pip.exe install tox"
|
- "%PYTHON%/Scripts/pip.exe install tox"
|
||||||
|
test_script:
|
||||||
|
- "git clone https://github.com/aspnet/Identity %APPVEYOR_BUILD_FOLDER%/example/Identity"
|
||||||
- "%PYTHON%/Scripts/tox.exe -e py27"
|
- "%PYTHON%/Scripts/tox.exe -e py27"
|
||||||
|
Loading…
Reference in New Issue
Block a user