mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-15 10:50:59 +00:00
Django1.7 doesn't support Python3.5
This commit is contained in:
parent
30a3708bf9
commit
8f2aeaa5b6
1 changed files with 2 additions and 0 deletions
|
|
@ -18,5 +18,7 @@ script:
|
|||
- coverage run --branch --source=notifications manage.py test
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.7
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue