[Fix] fix only

This commit is contained in:
nanoric 2019-04-15 06:25:14 -04:00
parent d3167a8bdf
commit 6d6a592dd3

View File

@ -45,8 +45,7 @@ before_build:
for: for:
- matrix: - matrix:
only: only:
configuration: - configuration: pip
pip
build_script: build_script:
- pip install psycopg2 mongoengine pymysql # we should support all database in test environment - pip install psycopg2 mongoengine pymysql # we should support all database in test environment
- 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
@ -56,8 +55,7 @@ for:
- matrix: - matrix:
only: only:
configuration: - configuration: sdist
sdist
build_script: build_script:
- python setup.py sdist - python setup.py sdist
- pip install psycopg2 mongoengine pymysql # we should support all database in test environment - pip install psycopg2 mongoengine pymysql # we should support all database in test environment