Skip to content

Commit

Permalink
Merge branch 'feature/coveralls' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-liang-kono committed May 9, 2017
2 parents 34724fa + f5e892e commit 1d30e01
Show file tree
Hide file tree
Showing 2 changed files with 5 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
2 changes: 2 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements.txt
mock==2.0.0
nose==1.3.7
coverage==4.4
python-coveralls==2.9.1

0 comments on commit 1d30e01

Please sign in to comment.