TST replace Ubuntu 12.04 tox environment with 14.04

This commit is contained in:
Mikhail Korobov 2017-02-13 18:44:39 +05:00
parent 5ee595d695
commit de65ad3fb1
1 changed files with 6 additions and 6 deletions

12
tox.ini
View File

@ -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]