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

Print version numbers after build

parent 13cceb78
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ install:
- "python bootstrap.py"
- "./bin/buildout"
script:
- "./bin/python -c 'from xbob.io import get_config; print(get_config())'"
- "./bin/nosetests -sv"
- "./bin/sphinx-build -b doctest doc sphinx"
- "./bin/sphinx-build -b html doc sphinx"
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