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:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
git:
|
||||||
|
submodules: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -19,6 +21,10 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U tox nose cython
|
- pip install -U tox nose cython
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue