Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b9b6fe

Browse files
committed
Let's see if recursive checkouts will fix 'gitdb not found' issue for travis.
If not, pip install should do the job
1 parent cc93c4f commit 3b9b6fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ python:
44
- "2.7"
55
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
66

7-
script: nosetests
7+
install:
8+
- git submodule update --init --recursive
9+
script:
10+
- nosetests

0 commit comments

Comments
 (0)