mirror of
https://github.com/httpie/cli.git
synced 2025-02-05 12:19:19 +01:00
Updated appveyor.yml
This commit is contained in:
parent
78c83da721
commit
8fb1e106ee
@ -5,7 +5,7 @@ branches:
|
|||||||
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 install -r requirements-dev.txt
|
- C:\Python27\Scripts\pip.exe install -e .
|
||||||
build: off
|
build: off
|
||||||
test_script:
|
test_script:
|
||||||
- C:\Python27\python.exe setup.py test
|
- C:\Python27\python.exe setup.py test
|
||||||
|
Loading…
Reference in New Issue
Block a user