1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Travis coveralls.

This commit is contained in:
Jakub Roztocil
2014-04-28 01:05:03 +02:00
parent 0e6875bf83
commit 14763e619d
+5 -1
View File
@@ -4,6 +4,10 @@ python:
- 2.7
- pypy
- 3.3
script: python setup.py test
install:
- pip install pytest pytest-cov python-coveralls --use-mirrors
- pip install . --use-mirrors
script:
- py.test --cov ./httpie --cov ./tests --doctest-modules --verbose ./httpie ./tests
after_success:
- coveralls