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

Call coveralls command after successful build and testing

parent e972061e
No related branches found
No related tags found
No related merge requests found
...@@ -29,3 +29,5 @@ script: ...@@ -29,3 +29,5 @@ script:
- "./bin/coverage run --source=xbob.io ./bin/nosetests -sv" - "./bin/coverage run --source=xbob.io ./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.
Finish editing this message first!
Please register or to comment