appveyor-config
Anthony Johnson 8 years ago
parent 7339bd00a3
commit 5fdc54fada

@ -5,8 +5,8 @@ environment:
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', '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 install tox"
test_script:
- "git clone https://github.com/aspnet/Identity %APPVEYOR_BUILD_FOLDER%/example/Identity"
- "%PYTHON%/Scripts/tox.exe -e py27"

Loading…
Cancel
Save