2 Star 0 Fork 0

且听风吟/bitcash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
ofek 提交于 2017-11-01 21:50 . fix travis
language: python
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy3
env: TOXENV=pypy3
install:
- pip install -U setuptools pip
- pip install tox
- pip install codecov
- pip install sphinx
script: "tox -- -rs"
after_success:
- codecov
- chmod a+x ./.travis/deploy_docs.sh
- ./.travis/deploy_docs.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lylinux/bitcash.git
git@gitee.com:lylinux/bitcash.git
lylinux
bitcash
bitcash
master

搜索帮助