Skip to content

Commit

Permalink
Use coveralls in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-liang-kono committed May 9, 2017
1 parent 430c164 commit f5e892e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: python
python:
- "2.7"
install: "pip install -r requirements-test.txt"
script: nosetests tests
script: nosetests --with-coverage --cover-package=thumbor_rekognition --cover-html tests
after_success:
- coveralls

0 comments on commit f5e892e

Please sign in to comment.