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
|
||||
|
||||
install:
|
||||
- pip install -U tox nose cython
|
||||
- pip install -r requirements-dev.txt
|
||||
|
||||
script:
|
||||
- tox -e $TOXENV
|
||||
|
|
|
@ -14,7 +14,7 @@ environment:
|
|||
|
||||
install:
|
||||
- "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
|
||||
|
||||
|
|
Loading…
Reference in a new issue