[Mod] update .travis.yaml
This commit is contained in:
parent
26a0a9ba6e
commit
eaacebde1b
15
.travis.yml
15
.travis.yml
@ -4,12 +4,15 @@ dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
|||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
env:
|
|
||||||
- VNPY_BUILD_OES=0
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
|
env:
|
||||||
|
- >
|
||||||
|
VNPY_BUILD_PARALLEL=1
|
||||||
|
VNPY_BUILD_CTP=1
|
||||||
|
VNPY_BUILD_OES=1
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
|
||||||
@ -21,9 +24,10 @@ services:
|
|||||||
before_script:
|
before_script:
|
||||||
- psql -d postgresql://postgres:${VNPY_TEST_POSTGRESQL_PASSWORD}@localhost -c "create database vnpy;"
|
- psql -d postgresql://postgres:${VNPY_TEST_POSTGRESQL_PASSWORD}@localhost -c "create database vnpy;"
|
||||||
- mysql -u root --password=${VNPY_TEST_MYSQL_PASSWORD} -e 'CREATE DATABASE vnpy;'
|
- mysql -u root --password=${VNPY_TEST_MYSQL_PASSWORD} -e 'CREATE DATABASE vnpy;'
|
||||||
|
- source ci/env.sh;
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd tests; source travis_env.sh;
|
- cd tests;
|
||||||
- python test_all.py
|
- python test_all.py
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -92,5 +96,6 @@ matrix:
|
|||||||
- bash ./install_osx.sh
|
- bash ./install_osx.sh
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- cd tests; source travis_env.sh;
|
- source ci/env.sh;
|
||||||
|
- cd tests;
|
||||||
- VNPY_TEST_ONLY_SQLITE=1 python3 test_all.py
|
- VNPY_TEST_ONLY_SQLITE=1 python3 test_all.py
|
||||||
|
Loading…
Reference in New Issue
Block a user