Skip to content

Commit

Permalink
Merge 1c9e08c into ff80805
Browse files Browse the repository at this point in the history
  • Loading branch information
dodobas committed Jan 7, 2019
2 parents ff80805 + 1c9e08c commit 11c2ac6
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
language: python
sudo: false
sudo: true

addons:
postgresql: "9.6"
postgresql: '10'
apt:
packages:
- postgresql-10
- postgresql-client-10

python:
- 3.4
- 3.5
- 3.6

env:
- DJANGO_VERSION=1.11.16
- DJANGO_VERSION=2.0.9
- DJANGO_VERSION=2.1.3
- DJANGO_VERSION=1.11.18
- DJANGO_VERSION=2.0.10
- DJANGO_VERSION=2.1.5

matrix:
exclude:
- python: 3.4
env: DJANGO_VERSION=2.1.3
env: DJANGO_VERSION=2.1.5

before_install:
- sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/*/main/pg_hba.conf
- sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/10/main/postgresql.conf
- sudo service postgresql restart 10

install:
- pip install -q -r requirements/base.txt
Expand Down

0 comments on commit 11c2ac6

Please sign in to comment.