mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
get rid of Python psycopg2 install warning (#1014)
This commit is contained in:
parent
7a1ee99345
commit
cdbde5b88d
@ -20,7 +20,7 @@ sudo apt-get install -y -qq libboost-dev libboost-system-dev \
|
||||
|
||||
sudo apt-get install -y -qq python3-dev python3-pip python3-psycopg2 php5-cgi
|
||||
|
||||
pip3 install --quiet behave nose pytidylib psycopg2
|
||||
pip3 install --quiet behave nose pytidylib psycopg2-binary
|
||||
|
||||
# Travis uses phpenv to support multiple PHP versions. We need to make sure
|
||||
# these packages get installed to the phpenv-set PHP (below /home/travis/.phpenv/),
|
||||
|
Loading…
Reference in New Issue
Block a user