1 Star 0 Fork 385

softdawn / wukong-robot

forked from wzpan / wukong-robot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
josephpan 提交于 2019-02-24 00:19 . chore(pyflakes): 接入 pyflakes.
env:
- ARCH=x86
language: python
sudo: false
python:
- "3.6"
cache:
directories:
- "$HOME/.pip-cache/"
- "/home/travis/virtualenv/python3.6"
install:
#- "pip3 install -r client/requirements.txt --cache-dir $HOME/.pip-cache"
#- "pip3 install coverage --cache-dir $HOME/.pip-cache"
#- "pip3 install nose --cache-dir $HOME/.pip-cache"
- "pip3 install pyflakes --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"
script:
- "pyflakes ."
Python
1
https://gitee.com/softdawn/wukong-robot.git
git@gitee.com:softdawn/wukong-robot.git
softdawn
wukong-robot
wukong-robot
master

搜索帮助