1 Star 0 Fork 0

Zombie1993 / dingdang-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
env:
- ARCH=x86
language: python
sudo: false
python:
- "2.7"
- "3.6"
matrix:
allow_failures:
- python: "3.6"
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 --show-source"
script:
- "nosetests -s --exe -v --with-coverage --cover-erase"
Python
1
https://gitee.com/zombie1993/dingdang-robot.git
git@gitee.com:zombie1993/dingdang-robot.git
zombie1993
dingdang-robot
dingdang-robot
master

搜索帮助