mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Hotfix: fixes psycopg2 binary installation
This commit is contained in:
parent
30a6ada4de
commit
f1b04f9202
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ before_script:
|
|||
install:
|
||||
- pip install --upgrade -q pip setuptools
|
||||
- if [[ $DB == mysql ]] && [[ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]]; then pip install -q mysql-python; elif [[ $DB == mysql ]] && [[ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]]; then pip install -q mysqlclient; fi
|
||||
- if [[ $DB == postgres ]]; then pip install -q psycopg2-binary<2.8; fi
|
||||
- if [[ $DB == postgres ]]; then pip install -q 'psycopg2-binary<2.8'; fi
|
||||
- pip install $WAGTAIL
|
||||
- pip install -e .
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue