8000 Let's see if recursive checkouts will fix 'gitdb not found' issue for… · gitpython-developers/GitPython@3b9b6fe · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0