update ci config

This commit is contained in:
PyYoshi 2018-09-26 21:56:35 +09:00
parent 3329969fcc
commit a28098d480
2 changed files with 2 additions and 2 deletions

View file

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

View file

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