Skip to content

Commit

Permalink
fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
egourlao committed Jan 17, 2017
1 parent 6ba36e2 commit 8ed3f83
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ language: python
python:
- 2.7

sudo: required

services:
- postgresql

before_script:
- psql -c 'create database travisci;' -U postgres
- python manage.py migrate

install:
- pip install -r requirements.txt
- python manage.py migrate
- apt-get install build-dep python-psycopg2
- pip install psycopg2

0 comments on commit 8ed3f83

Please sign in to comment.