Skip to content

Commit 022430a

Browse files
committed
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.
1 parent ba936af commit 022430a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ install:
132132
- pip install redis
133133
- pip install pytz whoosh pyjwt requests
134134
- pip install jinja2
135+
- pip install psycopg2
135136
# note pytest-env is not needed for redis password as there is
136137
# no password on CI's redis.
137138
- pip install pytest-cov

0 commit comments

Comments
 (0)