From 22c07996a7cfdfa3a65aef80025c4d79880f9688 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sat, 22 Mar 2014 20:36:12 +0100 Subject: [PATCH] Print version numbers after build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c81e7b2..891e0df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- GitLab