Skip to content

Commit

Permalink
Add coveralls.io to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Sep 7, 2014
1 parent 915ce21 commit 36c7078
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ python:
install:
- "pip install ."
- "pip install -r testing-requirements.txt"
- "pip install python-coveralls"
# command to run tests
script: tests/run_tests.sh
script:
- tests/run_tests.sh
after_success:
- coveralls

0 comments on commit 36c7078

Please sign in to comment.