Skip to content

Commit

Permalink
Debugging .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Aug 1, 2017
1 parent 0e86383 commit c1134c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -8,16 +8,14 @@ python:
- 2.7

addons:
postgresql: 9.5
apt:
packages:
- spatialite-bin
- postgresql-9.5-postgis-2.3

before_install:
- export PYTHONPATH=$HOME/builds/audaciouscode/pdk
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
- sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main 9.5" >> /etc/apt/sources.list.d/postgresql.list'
- sudo apt-get update
- sudo apt-get install postgresql-9.5 postgresql-9.5-postgis-2.3

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit c1134c4

Please sign in to comment.