Skip to content

Commit

Permalink
Travis coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Apr 27, 2014
1 parent 0e6875b commit 14763e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 14763e6

Please sign in to comment.