Skip to content

Commit

Permalink
still trying to have a working coveralls.io hook
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Aug 24, 2014
1 parent 821a361 commit 1de955f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ install:
script: make coveralls
notifications:
email: fabien.marty@gmail.com
on_success: change
services:
- redis-server
after_success:
coveralls
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test:

coveralls:
flake8 .
cd tests && nosetests --with-coverage --cover-package=tornadis
cd tests && nosetests --with-coverage --cover-package=tornadis && coveralls

upload:
python setup.py sdist register upload
Expand Down

0 comments on commit 1de955f

Please sign in to comment.