Skip to content

Commit

Permalink
Tests workaround: Install psycopg2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 15, 2020
1 parent 6727c57 commit 1df1c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
install:
- pip install -U pip
- pip install -r devel.txt
# workaround for https://github.com/tomturner/django-tenants/issues/336
- pip install psycopg2

before_script:
- psql -c "CREATE USER kiwi WITH PASSWORD 'kiwi' CREATEDB;" -U postgres
Expand Down

0 comments on commit 1df1c4c

Please sign in to comment.