Add travis config.

This commit is contained in:
Ben Konrath
2013-03-18 21:11:31 +01:00
parent 7cb733af72
commit 7f2f8a1d7f
+19
View File
@@ -0,0 +1,19 @@
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=django==1.4.5
- DJANGO=django==1.5
install:
- "pip install $DJANGO --use-mirrors"
script:
- python ./manage.py test
matrix:
allow_failures:
- env: DJANGO=django==1.5