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

Fix travis instructions

parent c93a959b
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ install:
- "python bootstrap.py"
- "CFLAGS=-coverage ./bin/buildout"
script:
- "./bin/python -c 'from xbob.io import get_config; print(get_config())'"
- "./bin/coverage run --source=xbob.io ./bin/nosetests -sv"
- "./bin/python -c 'from xbob.io.base import get_config; print(get_config())'"
- "./bin/coverage run --source=xbob.io.base ./bin/nosetests -sv"
- "./bin/sphinx-build -b doctest doc sphinx"
- "./bin/sphinx-build -b html doc sphinx"
after_success:
......
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