From 3b9b6fe0dd99803c80a3a3c52f003614ad3e0adf Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 May 2014 17:01:59 +0200 Subject: Let's see if recursive checkouts will fix 'gitdb not found' issue for travis. If not, pip install should do the job --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d91c8b6..48c05b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ python: - "2.7" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) -script: nosetests +install: + - git submodule update --init --recursive +script: + - nosetests -- cgit v1.2.3