diff --git a/.travis.yml b/.travis.yml index c06cdbd..28f6e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: python cache: directories: - $HOME/.cache/pip +git: + submodules: false matrix: include: @@ -19,6 +21,10 @@ matrix: allow_failures: - python: nightly +before_install: + - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules + - git submodule update --init --recursive + install: - pip install -U tox nose cython