[Add] .travis.yml: added names for build matrix
This commit is contained in:
parent
bcc110b1ae
commit
0ce5e15c8b
10
.travis.yml
10
.travis.yml
@ -7,9 +7,8 @@ python:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
||||
# pip install under linux
|
||||
- before_install:
|
||||
- name: "pip install under linux"
|
||||
before_install:
|
||||
# C++17
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get update -qq
|
||||
@ -22,11 +21,12 @@ matrix:
|
||||
# Linux install script
|
||||
- bash ./install.sh
|
||||
script:
|
||||
# todo: use python unittest
|
||||
- python -c "import vnpy.api.ctp.vnctp; import vnpy.api.oes.vnoes; exit(0);"
|
||||
|
||||
|
||||
# code quality analysis
|
||||
- before_install:
|
||||
- name: "code quality analysis: flake8"
|
||||
before_install:
|
||||
- pip install flake8
|
||||
install:
|
||||
- "" # prevent running "pip install -r requirements.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user