Skip to content

Commit

Permalink
Upgrade Travis-CI builds to PG 9.4 and Python 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmafc committed Sep 6, 2016
1 parent c13c543 commit 2d06053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: python
python:
- "3.4"
- "3.5"
- "2.7"
addons:
postgresql: "9.3"
postgresql: "9.4"
before_install:
- export PATH=/usr/lib/postgresql/9.3/bin:$PATH
- export PATH=/usr/lib/postgresql/9.4/bin:$PATH
- sudo locale-gen --no-archive fr_FR.UTF-8
- sudo mkdir -p /extra/pg/ts1 /extra/pg/ts2
- sudo chown postgres:postgres /extra/pg/ts1 /extra/pg/ts2
- sudo apt-get update -qq
- sudo apt-get install -qq postgresql-plperl-9.3 postgresql-plpython-9.3
- sudo apt-get install -qq postgresql-plperl-9.4 postgresql-plpython-9.4
before_script:
- psql -Upostgres -c "CREATE TABLESPACE ts1 LOCATION '/extra/pg/ts1'"
- psql -Upostgres -c "CREATE TABLESPACE ts2 LOCATION '/extra/pg/ts2'"
Expand Down

0 comments on commit 2d06053

Please sign in to comment.