1 Star 0 Fork 0

cpYang / scrapy-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rolando Espinoza 提交于 2016-12-18 03:12 . BLD Simplified travis matrix.
[tox]
# TODO: added redis-py version matrix.
envlist = py{27,34,35}-scrapy{10,11,12,1x,rel,dev}
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
deps =
-rrequirements-setup.txt
-rrequirements-install.txt
-rrequirements-tests.txt
commands =
scrapy10: pip install scrapy>=1.0,<1.1
scrapy11: pip install scrapy>=1.1,<1.2
scrapy12: pip install scrapy>=1.2,<1.3
scrapy1x: pip install scrapy>=1.0,<2.0
scrapyrel: pip install scrapy
scrapydev: pip install https://github.com/scrapy/scrapy/archive/master.zip
{posargs:coverage run -m py.test}
Python
1
https://gitee.com/cpYang/scrapy-redis.git
git@gitee.com:cpYang/scrapy-redis.git
cpYang
scrapy-redis
scrapy-redis
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891