forked from extern/httpie-cli
Updated appveyor.yml
This commit is contained in:
parent
e2dabbfaf7
commit
aeccac5cbd
@ -5,7 +5,7 @@ branches:
|
||||
install:
|
||||
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\get-pip.py')
|
||||
- C:\Python27\python.exe c:\get-pip.py
|
||||
- C:\Python27\Scripts\pip.exe instal -r requirements-dev.txt
|
||||
- C:\Python27\Scripts\pip.exe install -r requirements-dev.txt
|
||||
build: off
|
||||
test_script:
|
||||
- C:\Python27\Scripts\tox.exe
|
||||
|
Loading…
Reference in New Issue
Block a user