mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-11 14:53:09 +00:00
Used psycopg2-binary instead of deprecated psycopg2 name.
This commit is contained in:
parent
41eb6940d4
commit
cf97b99e39
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ before_script:
|
|||
- psql -c 'create database modeltranslation;' -U postgres
|
||||
install:
|
||||
- if [[ $DB == mysql ]]; then pip install -q mysqlclient; fi
|
||||
- if [[ $DB == postgres ]]; then pip install -q psycopg2; fi
|
||||
- if [[ $DB == postgres ]]; then pip install -q psycopg2-binary; fi
|
||||
- pip install -q Pillow
|
||||
- IDJANGO=$(./travis.py $DJANGO)
|
||||
- pip install -q $IDJANGO
|
||||
|
|
|
|||
Loading…
Reference in a new issue