Skip to content

Commit 1159808

Browse files
LotharSeeEmanuele Palazzetti
authored andcommitted
Disable old psycopg2 tests until CircleCI is fixed (#367)
1 parent bcb82f5 commit 1159808

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ envlist =
4848
{py27,py34,py35,py36}-pyramid-autopatch{17,18}-webtest
4949
{py27,py34,py35,py36}-requests{208,209,210,211,212,213}
5050
{py27,py34,py35,py36}-sqlalchemy{10,11}-psycopg2{27}-mysqlconnector{21}
51-
{py27,py34,py35,py36}-psycopg2{25,26,27}
51+
# TODO: bring back psycopg2 25,26 with CircleCI 2
52+
# {py27,py34,py35,py36}-psycopg2{25,26,27}
53+
{py27,py34,py35,py36}-psycopg2{27}
5254
{py34,py35,py36}-aiobotocore{02,03,04}
5355
{py34,py35,py36}-aiopg{012,013}
5456
{py27,py34,py35,py36}-redis{26,27,28,29,210}

0 commit comments

Comments
 (0)