update ci config
This commit is contained in:
parent
3329969fcc
commit
a28098d480
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U tox nose cython
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e $TOXENV
|
- tox -e $TOXENV
|
||||||
|
|
|
@ -14,7 +14,7 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "git submodule update --init --recursive"
|
- "git submodule update --init --recursive"
|
||||||
- "%PYTHON%\\python.exe -m pip install -U pip wheel nose cython"
|
- "%PYTHON%\\python.exe -m pip install -r requirements-dev.txt"
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue