From 22e870e955995bf789290504292f123f760f5f1b Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 1 Sep 2016 10:19:49 +0200 Subject: [PATCH 1/3] Add Debian Jessie test env --- tox.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tox.ini b/tox.ini index f6de64b27..812302b4c 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,20 @@ deps = zope.interface==3.6.1 -rtests/requirements.txt +[testenv:jessie] +# https://packages.debian.org/en/jessie/python/ +# https://packages.debian.org/en/jessie/zope/ +basepython = python2.7 +deps = + pyOpenSSL==0.14 + lxml==3.4.0 + Twisted==14.0.2 + boto==2.34.0 + Pillow==2.6.1 + cssselect==0.9.1 + zope.interface==4.1.1 + -rtests/requirements.txt + [testenv:trunk] basepython = python2.7 commands = From 2b2bfcea88a3b5c98a47adbd5c8d3979e6a5626d Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 1 Sep 2016 10:20:49 +0200 Subject: [PATCH 2/3] Add "jessie" build to Travis-CI config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c58ab39a5..59657b82e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ branches: env: - TOXENV=py27 - TOXENV=precise + - TOXENV=jessie - TOXENV=py33 - TOXENV=py35 - TOXENV=docs From 58cd7bf895321c39493cfd77feb4c07b7e614259 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 1 Sep 2016 11:17:53 +0200 Subject: [PATCH 3/3] Remove "precise" test env from Travis-CI config --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59657b82e..506f3779b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ branches: - /^\d\.\d+\.\d+(rc\d+|dev\d+)?$/ env: - TOXENV=py27 - - TOXENV=precise - TOXENV=jessie - TOXENV=py33 - TOXENV=py35