diff .travis.yml @ 5692:80ba0693f7ef

newest psycopg2 release removed the psycopg1 interface we used. Pin library version to last one where psycopg1 existed.
author John Rouillard <rouilj@ieee.org>
date Sat, 06 Apr 2019 09:56:06 -0400
parents 7483838ff74d
children d9a3f6957731
line wrap: on
line diff
--- a/.travis.yml	Fri Apr 05 19:35:32 2019 -0400
+++ b/.travis.yml	Sat Apr 06 09:56:06 2019 -0400
@@ -66,7 +66,8 @@
 
 install:
   - pip install mysqlclient==1.3.13
-  - pip install gpg psycopg2 pytz whoosh
+  - pip install psycopg2==2.7.7
+  - pip install gpg pytz whoosh
   - pip install pytest-cov codecov
 
 before_script:

Roundup Issue Tracker: http://roundup-tracker.org/