mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Drop Python 2.5 support from Travis tests
Coveralls doesn't work with Python 2.5 so it can't be tested
This commit is contained in:
parent
775796302a
commit
185b50f43e
1 changed files with 0 additions and 8 deletions
|
|
@ -1,7 +1,6 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
|
||||
|
|
@ -22,10 +21,3 @@ install:
|
|||
script: coverage run -a --branch --include="model_utils/*" --omit="model_utils/tests/*" setup.py test
|
||||
|
||||
after_success: coveralls
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "2.5"
|
||||
env: DJANGO=Django==1.5 SOUTH=1
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/tarball/master SOUTH=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue