加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joseph Pan 提交于 2017-06-03 18:43 . 加入对 snowboydetect 的例外
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 --download-cache $HOME/.pip-cache"
- "pip install coverage --download-cache $HOME/.pip-cache"
- "pip install nose --download-cache $HOME/.pip-cache"
- "pip install flake8 --download-cache $HOME/.pip-cache"
before_script:
- "flake8 --exclude=wxbot.py,snowboydetect.py dingdang.py client"
script:
- "nosetests -s --exe -v --with-coverage --cover-erase"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化