1 Star 0 Fork 103

Jonathan_Ive/WeiboSpider

forked from resolvewang/WeiboSpider 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
resolvewang 提交于 2017-11-04 09:28 . add ignore files [ci skip]
language: python
sudo: false
python:
- "3.5"
ignore_changes:
- *.md
- *.rst
- Dockerfile
- tox.ini
- env.sh
- .gitignore
services:
- mysql
- redis-server
cache:
- pip
before_install:
- mysql -e 'create database weibo DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
install:
- pip install -r test-requirements.txt
- pip install -r requirements.txt
script:
- coverage run -p -m pytest tests
branches:
only:
- master
after_success:
- coverage combine
- codecov
- coveralls
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Apple2018/WeiboSpider.git
git@gitee.com:Apple2018/WeiboSpider.git
Apple2018
WeiboSpider
WeiboSpider
master

搜索帮助