1 Star 2 Fork 0

zgg189 / bypy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hou Tianze 提交于 2017-05-08 16:29 . Update .travis.yml
language: python
#sudo: false
sudo: false
python:
- "2.7"
- "3.3"
# - "3.5"
# command to install dependencies,
# e.g. pip install -r requirements.txt --use-mirrors
addons:
apt:
packages:
- aria2
install:
- pip install -r requirements.txt
- pip install pyflakes
- pip install coverage
- pip install coveralls
# command to run tests, e.g. python setup.py test
script:
- pyflakes bypy
- python -m coverage run --include "bypy*" -m bypy.test
# - python -m coverage run -m bypy
notifications:
email:
on_success: change # default: change
on_failure: always # default: always
after_success:
- coveralls
1
https://gitee.com/zgg189/bypy.git
git@gitee.com:zgg189/bypy.git
zgg189
bypy
bypy
master

搜索帮助