Fix and update Travis configuration
This commit is contained in:
+10
-8
@@ -1,19 +1,21 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=django==1.4.5
|
- DJANGO=django==1.4.5
|
||||||
- DJANGO=django==1.5
|
- DJANGO=django==1.5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install $DJANGO --use-mirrors"
|
- "pip install $DJANGO --use-mirrors"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python ./manage.py test
|
- python runtests.py
|
||||||
|
branches:
|
||||||
matrix:
|
only:
|
||||||
allow_failures:
|
- master
|
||||||
- env: DJANGO=django==1.5
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "irc.freenode.org#django-polymorphic"
|
||||||
|
template:
|
||||||
|
- "%{repository}#%{build_number} (%{commit}) %{message} -- %{build_url}"
|
||||||
|
|||||||
Reference in New Issue
Block a user