Skip to content
Snippets Groups Projects
Commit 24e8eb2c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Call coveralls command after successful build and testing

parent 6046a416
Branches
Tags
No related merge requests found
...@@ -28,3 +28,5 @@ script: ...@@ -28,3 +28,5 @@ script:
- "./bin/coverage run --source=xbob.measure ./bin/nosetests -sv" - "./bin/coverage run --source=xbob.measure ./bin/nosetests -sv"
- "./bin/sphinx-build -b doctest doc sphinx" - "./bin/sphinx-build -b doctest doc sphinx"
- "./bin/sphinx-build -b html doc sphinx" - "./bin/sphinx-build -b html doc sphinx"
after_success:
- "coveralls"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment