diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-02-16 19:38:28 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-03-18 02:12:27 +0000 |
| commit | 851a96e380cef2b08dfa6fa2e0b227b706ca01d6 (patch) | |
| tree | f139e1a10b55520f890b3aadc90b8ceda63d586e | |
| parent | 78ab82b548b7e2d95dd0062dbf73f5f3cc73bb18 (diff) | |
| download | psycopg2-851a96e380cef2b08dfa6fa2e0b227b706ca01d6.tar.gz | |
Install setuptools in the build environment
| -rwxr-xr-x | scripts/travis_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis_test.sh b/scripts/travis_test.sh index 0cd2341..82fc4a7 100755 --- a/scripts/travis_test.sh +++ b/scripts/travis_test.sh @@ -56,6 +56,7 @@ apt-get -y install libpq-dev # Build and install Psycopg in the selected python installation cd /psycopg2/ PYEXE=$(ls -1 "$PYROOT"/bin/python{,3} 2>/dev/null | head -1) +"$PYEXE" -m pip install -U pip setuptools "$PYEXE" setup.py install # Postgres versions supported by Travis CI |
