Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Aug 6, 2015
1 parent 7aedffd commit dba904c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ script: make test
notifications:
irc: "irc.freenode.org#openmining"
on_success: "never"
after_success:
- coveralls
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.PHONY: test
test: pep8 clean
@coverage report
@nosetests mining/test
@nosetests --with-coverage --cover-package=mining mining/test
@$(which gulp.js)

.PHONY: tox-test
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ flake8
coverage
webtest
mkdocs
coveralls

0 comments on commit dba904c

Please sign in to comment.