mirror of https://github.com/scrapy/scrapy.git
TST replace Ubuntu 12.04 tox environment with 14.04
This commit is contained in:
parent
5ee595d695
commit
de65ad3fb1
12
tox.ini
12
tox.ini
|
|
@ -21,16 +21,16 @@ passenv =
|
|||
commands =
|
||||
py.test --cov=scrapy --cov-report= {posargs:scrapy tests}
|
||||
|
||||
[testenv:precise]
|
||||
[testenv:trusty]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
pyOpenSSL==0.13
|
||||
lxml==2.3.2
|
||||
Twisted==11.1.0
|
||||
boto==2.2.2
|
||||
Pillow<2.0
|
||||
lxml==3.3.3
|
||||
Twisted==13.2.0
|
||||
boto==2.20.1
|
||||
Pillow==2.3.0
|
||||
cssselect==0.9.1
|
||||
zope.interface==3.6.1
|
||||
zope.interface==4.0.5
|
||||
-rtests/requirements.txt
|
||||
|
||||
[testenv:jessie]
|
||||
|
|
|
|||
Loading…
Reference in New Issue