1 Star 0 Fork 0

z21 / you-get

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mort Yao 提交于 2020-03-19 12:04 . update .travis.yml (remove nightly)
# https://travis-ci.org/soimort/you-get
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
#- "nightly" (flake8 not working in python 3.9 yet, module 'ast' has no attribute 'AugLoad')
- "pypy3"
before_install:
- pip install flake8
before_script:
- flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
script: make test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/43cd57826e88ed8f2152
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
1
https://gitee.com/z21/you-get.git
git@gitee.com:z21/you-get.git
z21
you-get
you-get
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891