Fix Travis build for Django 1.6-git
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ python:
|
|||||||
env:
|
env:
|
||||||
- DJANGO=django==1.4.5
|
- DJANGO=django==1.4.5
|
||||||
- DJANGO=django==1.5
|
- DJANGO=django==1.5
|
||||||
- DJANGO=https://github.com/django/django/archive/master.zip
|
- DJANGO=https://github.com/django/django/archive/stable/1.6.x.zip
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
@@ -21,7 +21,7 @@ script:
|
|||||||
- coverage run --source=polymorphic runtests.py
|
- coverage run --source=polymorphic runtests.py
|
||||||
- coverage report -m
|
- coverage report -m
|
||||||
after_success:
|
after_success:
|
||||||
- "pip install coveralls==0.1.1 --use-mirrors"
|
- "pip install coveralls==0.2 --use-mirrors"
|
||||||
- coveralls
|
- coveralls
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user