1 Star 0 Fork 0

黑桃/WechatSogou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chyroc 提交于 2017-07-22 18:46 . Makefile tox (#74)
language: python
python:
- "2.7.12"
- "3.5.3"
- "3.6.1"
cache:
directories:
- $HOME/.cache/pip
env:
global:
- PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
install:
- pip install tox tox-travis flake8
- pip install -r requirements.txt
before_script:
- export PYTHONPATH=$PYTHONPATH:$(pwd)
script:
- make flake8
- make dry_publish
- tox
notifications:
email:
on_success: never
on_failure: never
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/heitao5200/WechatSogou.git
[email protected]:heitao5200/WechatSogou.git
heitao5200
WechatSogou
WechatSogou
master

搜索帮助