Add TravisCI configuration.

This commit is contained in:
James Socol
2012-11-09 15:37:57 -05:00
parent 4361b9aacd
commit 6f1de5e649

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.4
- DJANGO_VERSION=1.4.2
install:
- pip install -q djang==$DJANGO_VERSION --use-mirrors
- pip install -q -r requirements.txt --use-mirrors
script: fab test