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

Call coveralls command after successful build and testing

parent 539d92e8
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,5 @@ script:
- "./bin/coverage run --source=xbob.learn.activation ./bin/nosetests -sv"
- "./bin/sphinx-build -b doctest 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