forked from extern/httpie-cli
Travis coveralls.
This commit is contained in:
parent
0e6875bf83
commit
14763e619d
@ -4,6 +4,10 @@ python:
|
|||||||
- 2.7
|
- 2.7
|
||||||
- pypy
|
- pypy
|
||||||
- 3.3
|
- 3.3
|
||||||
script: python setup.py test
|
|
||||||
install:
|
install:
|
||||||
|
- pip install pytest pytest-cov python-coveralls --use-mirrors
|
||||||
- pip install . --use-mirrors
|
- pip install . --use-mirrors
|
||||||
|
script:
|
||||||
|
- py.test --cov ./httpie --cov ./tests --doctest-modules --verbose ./httpie ./tests
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user