From de65ad3fb1e90f6fcffbcc74bfa6aff8ff65e14f Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 13 Feb 2017 18:44:39 +0500 Subject: [PATCH] TST replace Ubuntu 12.04 tox environment with 14.04 --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 0fdea11bb..bbf50b733 100644 --- a/tox.ini +++ b/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]