From ef9358412864a690c62c80c58b3a8454ec826cd4 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 14 May 2014 15:48:43 +0200
Subject: [PATCH] Fix travis instructions

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 93569f6..4e1f2c3 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:
-- 
GitLab