Skip to content

Commit

Permalink
Add coveralls Travis step
Browse files Browse the repository at this point in the history
  • Loading branch information
Bagrat Aznauryan committed Apr 20, 2015
1 parent edf1eb4 commit 091ebd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ script:
- "flake8 tests"
- "nosetests"
- "./scripts/github-pages-publish.sh $TRAVIS_BRANCH"
after_success:
- "coveralls"

branches:
only:
Expand Down
3 changes: 2 additions & 1 deletion req-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nose
coverage
spec
flake8
flake8
coveralls

0 comments on commit 091ebd8

Please sign in to comment.