1 Star 5 Fork 1

qt-wonder / ctpbee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
via 提交于 2019-12-19 19:25 . update ci
language: python
os: "ubuntu" # set the system
matrix:
include:
- python: 3.6
- python: 3.7
- python: 3.8
script:
- python setup.py install
before_install:
- sudo locale-gen zh_CN.GB18030
- sudo apt install gcc
- pip install ctpbee_api
- pip install flask
- pip install simplejson
- pip install pandas
# running test after install
after_script:
- sudo ctpbee -auto generate
- python ./ci_script/test_module.py
- python ./examples/looper_example.py
1
https://gitee.com/qt-wonder/ctpbee.git
git@gitee.com:qt-wonder/ctpbee.git
qt-wonder
ctpbee
ctpbee
master

搜索帮助