6 Star 82 Fork 20

Daochen Zha / tods

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
lhenry15 提交于 2020-09-25 14:20 . modify travis.yml
language: python
matrix:
include:
- python: 3.6
env: NUMPY=1.18.2 CERTIFI=2020.06.20
install:
- pip install numpy==1.18.2
- pip install certifi==2020.06.20
- sudo apt-get install libssl-dev libcurl4-openssl-dev libyaml-dev build-essential libopenblas-dev libcap-dev ffmpeg
- pip install -e .
before_script:
- pip install coveralls
- pip install pytest-cover
script:
- py.test tods/tests/ --cov=tods
after_success:
- coveralls
1
https://gitee.com/daochenzha/tods.git
git@gitee.com:daochenzha/tods.git
daochenzha
tods
tods
master

搜索帮助