1 Star 0 Fork 102

啊啊啊欠 / 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
Python
1
https://gitee.com/aaaq/WeiboSpider.git
git@gitee.com:aaaq/WeiboSpider.git
aaaq
WeiboSpider
WeiboSpider
master

搜索帮助