Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Debugging .travis.yml
  • Loading branch information
audaciouscode committed Aug 1, 2017
1 parent 58d23e4 commit 0e86383
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -7,21 +7,17 @@ language: python
python:
- 2.7

service:
- postgresql

addons:
apt:
packages:
- spatialite-bin

before_install:
- export PYTHONPATH=$HOME/builds/audaciouscode/pdk
- sudo /etc/init.d/postgresql stop
- 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
- 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 0e86383

Please sign in to comment.