mirror of
https://github.com/httpie/cli.git
synced 2024-12-01 20:23:42 +01:00
Updated appveyor.yml
This commit is contained in:
parent
272e66bf37
commit
e2dabbfaf7
@ -1,10 +1,11 @@
|
|||||||
|
# https://ci.appveyor.com/project/jkbr/httpie
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
install:
|
install:
|
||||||
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\get-pip.py')
|
- 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\python.exe c:\get-pip.py
|
||||||
- C:\Python27\Scripts\pip.exe instal -U pip
|
- C:\Python27\Scripts\pip.exe instal -r requirements-dev.txt
|
||||||
build: off
|
build: off
|
||||||
test_script:
|
test_script:
|
||||||
- C:\Python27\python.exe setup.py test
|
- C:\Python27\Scripts\tox.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user