mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-31 02:30:23 +00:00
Fix .travis.yml to not run tests against Django master with Python 2.6.
This commit is contained in:
parent
eb63aca03e
commit
78db327667
1 changed files with 11 additions and 13 deletions
24
.travis.yml
24
.travis.yml
|
|
@ -3,13 +3,14 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
||||
env:
|
||||
- DJANGO=Django==1.4.5 SOUTH=1
|
||||
- DJANGO=Django==1.5.1 SOUTH=1
|
||||
- DJANGO=https://github.com/django/django/tarball/stable/1.6.x SOUTH=1
|
||||
- DJANGO=https://github.com/django/django/tarball/master SOUTH=1
|
||||
- DJANGO=Django==1.5.1 SOUTH=0
|
||||
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
|
|
@ -21,18 +22,15 @@ script:
|
|||
- coverage report
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 2.6
|
||||
env: DJANGO=https://github.com/django/django/tarball/master SOUTH=1
|
||||
- python: 3.2
|
||||
env: DJANGO=Django==1.4.5 SOUTH=1
|
||||
- python: 3.3
|
||||
end: DJANGO=Django==1.4.5 SOUTH=1
|
||||
include:
|
||||
- python: 3.2
|
||||
env: DJANGO=Django==1.5.1 SOUTH=1
|
||||
- python: 3.2
|
||||
env: DJANGO=https://github.com/django/django/tarball/stable/1.6.x SOUTH=1
|
||||
- python: 3.2
|
||||
env: DJANGO=https://github.com/django/django/tarball/master SOUTH=1
|
||||
- python: 3.3
|
||||
env: DJANGO=Django==1.5.1 SOUTH=1
|
||||
- python: 3.3
|
||||
env: DJANGO=https://github.com/django/django/tarball/stable/1.6.x SOUTH=1
|
||||
- python: 3.3
|
||||
env: DJANGO=https://github.com/django/django/tarball/master SOUTH=1
|
||||
- python: 2.7
|
||||
env: DJANGO=Django==1.5.1 SOUTH=0
|
||||
|
||||
after_success: coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue