[Fix] fix travis.yml
This commit is contained in:
parent
024d5b7bb7
commit
62bdf19b3d
@ -24,6 +24,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- name: "code quality analysis: flake8"
|
- name: "code quality analysis: flake8"
|
||||||
services: [] # service is not need
|
services: [] # service is not need
|
||||||
|
before_script: []
|
||||||
before_install:
|
before_install:
|
||||||
- pip install flake8
|
- pip install flake8
|
||||||
install:
|
install:
|
||||||
@ -39,7 +40,9 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python3 --version 3.7.2
|
- choco install -yf mysql mongodb
|
||||||
|
- choco install -yf postgresql --params '/Password:'
|
||||||
|
- choco install -yf python3 --version 3.7.2
|
||||||
install:
|
install:
|
||||||
- python -m pip install --upgrade pip wheel setuptools
|
- python -m pip install --upgrade pip wheel setuptools
|
||||||
- pip install https://pip.vnpy.com/colletion/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl
|
- pip install https://pip.vnpy.com/colletion/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl
|
||||||
@ -84,7 +87,7 @@ matrix:
|
|||||||
- name: "pip install under osx"
|
- name: "pip install under osx"
|
||||||
language: shell # osx supports only shell
|
language: shell # osx supports only shell
|
||||||
install:
|
install:
|
||||||
- python -m pip install --upgrade pip wheel setuptools
|
- python -m pip install --upgrade pip wheel setuptools --user python
|
||||||
- pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl
|
- pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl
|
||||||
- bash ./install.sh
|
- bash ./install.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user