Skip to content

Commit c8cbe40

Browse files
committed
Pin psycopg2 to version 2.7.7. It's the last version with psycopg1
compatibility support. The roundup trunk has psycopg2 native support, but not the maint-1.6 branch at this time. If version 2.0 release is delayed, maybe the psycopg2 patches need to be backported.
1 parent 24bec7d commit c8cbe40

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
@@ -33,7 +33,8 @@ before_install:
3333

3434
install:
3535
- pip install mysqlclient==1.3.13
36-
- pip install MySQL-python psycopg2 pytz whoosh
36+
- pip install MySQL-python pytz whoosh
37+
- pip install psycopg2==2.7.7
3738
# errors during build with:
3839
# make: *** No rule to make target '/gpgme.h', needed by 'gpgme.h'. Stop.
3940
# ... gcc: error: gpgme_wrap.c: No such file or directory

0 commit comments

Comments
 (0)