get rid of Python psycopg2 install warning (#1014)

This commit is contained in:
mtmail 2018-04-13 12:28:12 +02:00 committed by GitHub
parent 7a1ee99345
commit cdbde5b88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/),