We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191209b commit 0040739Copy full SHA for 0040739
.travis.yml
@@ -37,6 +37,10 @@ before_install:
37
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
38
- sudo apt-get update -q
39
- sudo apt-get install binutils libproj-dev gdal-bin -y
40
+ - sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/12/main/postgresql.conf
41
+ - sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/12/main/pg_hba.conf
42
+ - sudo systemctl restart postgresql@12-main
43
+ - sudo cat /var/log/postgresql/postgresql-12-main.log
44
- pip install -U pip setuptools wheel
45
- pip install -U -r requirements-test.txt
46
install:
0 commit comments