diff options
Diffstat (limited to 'scripts/travis_test.sh')
-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 14fe675..1921dc6 100755 --- a/scripts/travis_test.sh +++ b/scripts/travis_test.sh @@ -54,6 +54,7 @@ cd /psycopg2/ "$PYROOT"/bin/pip? install -U pip "$PYROOT"/bin/pip? install -U setuptools wheel "$PYROOT"/bin/python? setup.py install +rm -r psycopg2.egg-info # Postgres versions supported by Travis CI if [[ -z "$DONT_TEST_PRESENT" ]]; then |