Fix and update Travis configuration

fix_request_path_info
Diederik van der Boor 2013-04-08 11:34:45 +02:00
parent 7889293227
commit 2e109101fc
1 changed files with 10 additions and 8 deletions

View File

@ -1,19 +1,21 @@
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
- python runtests.py
branches:
only:
- master
notifications:
irc:
channels:
- "irc.freenode.org#django-polymorphic"
template:
- "%{repository}#%{build_number} (%{commit}) %{message} -- %{build_url}"