diff --git a/.travis.yml b/.travis.yml
index 93569f6fa23d9a6e4f1da48943593e2c474312b1..4e1f2c32fe3f0a183d4d8450ed22224b210e4c60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: