Skip to content

Commit 1367a89

Browse files
committed
newest psycopg2 release removed the psycopg1 interface we used.
Pin library version to last one where psycopg1 existed.
1 parent 4573029 commit 1367a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ before_install:
6666

6767
install:
6868
- pip install mysqlclient==1.3.13
69-
- pip install gpg psycopg2 pytz whoosh
69+
- pip install psycopg2==2.7.7
70+
- pip install gpg pytz whoosh
7071
- pip install pytest-cov codecov
7172

7273
before_script:

0 commit comments

Comments
 (0)