Add travis config.

fix_request_path_info
Ben Konrath 2013-03-18 21:11:31 +01:00
parent 7cb733af72
commit 7f2f8a1d7f
1 changed files with 19 additions and 0 deletions

19
.travis.yml 100644
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