Skip to content

Commit be66f4e

Browse files
committed
BLD Add scrapy 1.x target.
1 parent 26d75e0 commit be66f4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# TODO: added redis-py version matrix.
3-
envlist = py{27,34,35}-scrapy{10,11,12,dev}
3+
envlist = py{27,34,35}-scrapy{10,11,12,1x,dev}
44

55
[testenv]
66
basepython =
@@ -15,5 +15,6 @@ commands =
1515
scrapy10: pip install scrapy>=1.0,<1.1
1616
scrapy11: pip install scrapy>=1.1,<1.2
1717
scrapy12: pip install scrapy>=1.2,<1.3
18+
scrapy1x: pip install scrapy>=1.0,<2.0
1819
scrapydev: pip install https://github.com/scrapy/scrapy/archive/master.zip
1920
{posargs:coverage run -m py.test}

0 commit comments

Comments
 (0)