We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc93c4f commit 3b9b6feCopy full SHA for 3b9b6fe
.travis.yml
@@ -4,4 +4,7 @@ python:
4
- "2.7"
5
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
6
7
-script: nosetests
+install:
8
+ - git submodule update --init --recursive
9
+script:
10
+ - nosetests
0 commit comments