support git-submodule
This commit is contained in:
parent
34cb5cbf5f
commit
158b043e37
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue