2 Star 3 Fork 6

jasongwq/GoodGoodName

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
廖浩杰 提交于 2019-02-04 11:02 . 测试
language: python
matrix:
include:
- python: "3.6"
env: TOXENV=py36
install:
- pip install codecov tox
- pip install -r dev-requirements.txt
- pip install -r requirements.txt
# run tests
script:
- tox
after_success:
- tox -e coverage-report
- codecov
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jasongwq/GoodGoodName.git
git@gitee.com:jasongwq/GoodGoodName.git
jasongwq
GoodGoodName
GoodGoodName
master

搜索帮助