1 Star 0 Fork 0

prostory / tensortrade

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
Carlo Grisetti 提交于 2022-02-22 14:28 . Update travis build config
language: python
os: linux
dist: xenial
services:
- docker
python:
- '3.7' # Minimum supported version
- '3.8'
- '3.9'
install:
- sudo apt-get update
- sudo apt-get install -yq --assume-yes --no-install-recommends gcc wget
- wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
- tar -xzf ta-lib-0.4.0-src.tar.gz
- cd ta-lib/
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
- pip install -r examples/requirements.txt
- pip install -e ".[tests]"
script:
- pytest
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/5d585e560cb2e7b4fe45
on_success: change
on_failure: always
on_start: never
1
https://gitee.com/prostory/tensortrade.git
git@gitee.com:prostory/tensortrade.git
prostory
tensortrade
tensortrade
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891