diff .travis.yml @ 8183:8c17d0def3f3

try loading psycopg2 for python 2 Looks like psycopg2 pip install was removed. No obvious reason for its deletion in the logs. no-github-ci as this affects travis only.
author John Rouillard <rouilj@ieee.org>
date Sun, 08 Dec 2024 18:57:02 -0500
parents 4d6c817f709b
children 370689471a08
line wrap: on
line diff
--- a/.travis.yml	Sun Dec 08 18:26:09 2024 -0500
+++ b/.travis.yml	Sun Dec 08 18:57:02 2024 -0500
@@ -132,6 +132,7 @@
   - pip install redis
   - pip install pytz whoosh pyjwt requests
   - pip install jinja2
+  - pip install psycopg2
   # note pytest-env is not needed for redis password as there is
   # no password on CI's redis.
   - pip install pytest-cov

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