1 Star 0 Fork 40

无心love / dingdang-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joseph Pan 提交于 2017-08-17 09:37 . Update .travis.yml
env:
- ARCH=x86
language: python
sudo: false
python:
- "2.7"
cache:
directories:
- "$HOME/.pip-cache/"
- "/home/travis/virtualenv/python2.7"
install:
- "pip install -r client/requirements.txt --cache-dir $HOME/.pip-cache"
- "pip install coverage --cache-dir $HOME/.pip-cache"
- "pip install nose --cache-dir $HOME/.pip-cache"
- "pip install flake8 --cache-dir $HOME/.pip-cache"
before_script:
- "flake8 --exclude=wxbot.py,snowboydetect.py dingdang.py client"
script:
- "nosetests -s --exe -v --with-coverage --cover-erase"
1
https://gitee.com/wuxinlove/dingdang-robot.git
git@gitee.com:wuxinlove/dingdang-robot.git
wuxinlove
dingdang-robot
dingdang-robot
master

搜索帮助