mirror of
https://github.com/httpie/cli.git
synced 2024-11-26 01:33:33 +01:00
Updated appveyor.yml
This commit is contained in:
parent
e1348da118
commit
6a86164510
@ -1,6 +1,9 @@
|
||||
build: off
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
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
|
||||
build: off
|
||||
test_script:
|
||||
- C:\Python27\python.exe setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user