summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
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