Merge pull request #22 from onepercentclub/add-travis-config

Add travis config.
fix_request_path_info
Chris Glass 2013-03-24 05:17:30 -07:00
commit 272673f7c3
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