Skip to content

Commit

Permalink
try loading psycopg2 for python 2
Browse files Browse the repository at this point in the history
Looks like psycopg2 pip install was removed.
No obvious reason for its deletion in the logs.

no-github-ci as this affects travis only.
  • Loading branch information
rouilj committed Dec 8, 2024
1 parent ba936af commit 022430a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ install:
- 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
Expand Down

0 comments on commit 022430a

Please sign in to comment.