0 Star 0 Fork 0

nov12 / rqalpha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
崔子琦 提交于 2020-08-02 15:56 . update .travis.yaml
language: python
dist: trusty
sudo: required
branches:
only:
- develop
- master
matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
install:
# Install TA-Lib
- wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
- tar -xzvf ta-lib-0.4.0-src.tar.gz
- cd ta-lib
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
# Install Test Deps
- pip install "numpy>=1.15.4"
- pip install TA-Lib
- pip install coveralls
- pip install -U setuptools
- pip install ipython==5.3.0
- pip install .
script:
- ls -al $HOME/.rqalpha/
- ls -al $HOME/.rqalpha/bundle/
- rqalpha download-bundle
- coverage run --source=rqalpha test.py
cache:
directories:
- $HOME/.cache/pip
- $HOME/.rqalpha/bundle
after_success:
coveralls
1
https://gitee.com/nov12/rqalpha.git
git@gitee.com:nov12/rqalpha.git
nov12
rqalpha
rqalpha
master

搜索帮助