support git-submodule

This commit is contained in:
PyYoshi 2017-03-28 01:01:07 +09:00
parent 34cb5cbf5f
commit 158b043e37

View file

@ -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