mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-10 06:14:43 +00:00
added exclusion to prevent failure
This commit is contained in:
parent
b24237c676
commit
8820f6e86e
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
env:
|
||||
|
|
@ -16,5 +17,9 @@ install:
|
|||
# command to run tests
|
||||
script:
|
||||
- coverage run --branch --source=notifications manage.py test
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.7
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue