Add Debian Jessie test env

This commit is contained in:
Paul Tremberth 2016-09-01 10:19:49 +02:00
parent eedb6ce774
commit 22e870e955
1 changed files with 14 additions and 0 deletions

14
tox.ini
View File

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