@@ -64,7 +64,7 @@ envlist =
6464 {py27,py34,py35,py36}-pyramid-autopatch{17,18,19}-webtest
6565 {py27,py34,py35,py36}-requests{208,209,210,211,212,213}
6666 {py27,py34,py35,py36}-sqlalchemy{10,11}-psycopg2{27}-mysqlconnector{21}
67- {py27,py34,py35,py36}-psycopg2{25,26,27}
67+ {py27,py34,py35,py36}-psycopg2{24, 25,26,27}
6868 {py34,py35,py36}-aiobotocore{02,03,04}
6969 {py34,py35,py36}-aiopg{012,013}
7070 {py27,py34,py35,py36}-redis{26,27,28,29,210}
@@ -195,6 +195,7 @@ deps =
195195 pyramid-autopatch17: pyramid>=1.7,<1.8
196196 pyramid-autopatch18: pyramid>=1.8,<1.9
197197 pyramid-autopatch19: pyramid>=1.9,<1.10
198+ psycopg224: psycopg2>=2.4,<2.5
198199 psycopg225: psycopg2>=2.5,<2.6
199200 psycopg226: psycopg2>=2.6,<2.7
200201 psycopg227: psycopg2>=2.7,<2.8
@@ -265,7 +266,7 @@ commands =
265266 pyramid{17,18,19}: nosetests {posargs} tests/contrib/pyramid/test_pyramid.py
266267 pyramid-autopatch{17,18,19}: ddtrace-run nosetests {posargs} tests/contrib/pyramid/test_pyramid_autopatch.py
267268 mongoengine: nosetests {posargs} tests/contrib/mongoengine
268- psycopg2{25,26,27}: nosetests {posargs} tests/contrib/psycopg
269+ psycopg2{24, 25,26,27}: nosetests {posargs} tests/contrib/psycopg
269270 py{34}-aiopg{012,013}: nosetests {posargs} --exclude =" .*(test_aiopg_35).*" tests/contrib/aiopg
270271 py{35,36}-aiopg{012,013}: nosetests {posargs} tests/contrib/aiopg
271272 redis{26,27,28,29,210}: nosetests {posargs} tests/contrib/redis
0 commit comments