Skip to content

Instantly share code, notes, and snippets.

@relekang
Created May 15, 2013 11:35
Show Gist options
  • Save relekang/5583371 to your computer and use it in GitHub Desktop.
Save relekang/5583371 to your computer and use it in GitHub Desktop.
Travis settings for django_nopassword
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
install:
- pip install psycopg2
- pip install django==$DJANGO_VERSION
script: python setup.py test
before_script:
- psql -c 'create database django_nopassword;' -U postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment