Commit 3b2aceb5 by benjaoming

travis config added

parent 09cab11b
language: python
python:
- "2.5"
- "2.6"
- "2.7"
# command to run tests
# script: nosetests
env:
- DJANGO_VERSION=1.4.2
install:
- pip -r requirements.txt install -q Django==$DJANGO_VERSION
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment