This commit is contained in:
Anthony Johnson 2016-02-25 11:29:51 -08:00
parent 7339bd00a3
commit 5fdc54fada

View File

@ -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"