15 Star 27 Fork 14

dickson/scrapy-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
# Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
python: 3.5
sudo: false
services:
- redis-server
env:
- SCRAPY_VER=10 PYTHON_VER=27
- SCRAPY_VER=11 PYTHON_VER=27
- SCRAPY_VER=11 PYTHON_VER=34
- SCRAPY_VER=11 PYTHON_VER=35
- SCRAPY_VER=10 PYTHON_VER=py
- SCRAPY_VER=11 PYTHON_VER=py
matrix:
allow_failures:
- env: SCRAPY_VER=10 PYTHON_VER=py
- env: SCRAPY_VER=11 PYTHON_VER=py
before_install:
- python --version
- uname -a
- lsb_release -a
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -U tox twine
- pip install -U coverage
- virtualenv --version
- easy_install --version
- pip --version
- tox --version
# command to run tests, e.g. python setup.py test
script:
- tox -e py${PYTHON_VER}-scrapy${SCRAPY_VER}
after_success:
- |
# Codecov requires a single .coverage and will run 'coverage xml' to
# generate the report.
coverage combine
bash <(curl -s https://codecov.io/bash)
after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat
before_cache:
- rm -fr $HOME/.cache/pip/log
cache:
diretories:
- $HOME/.cache/pip
notifications:
email:
on_sucess: never
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mcar/scrapy-redis.git
git@gitee.com:mcar/scrapy-redis.git
mcar
scrapy-redis
scrapy-redis
master

搜索帮助