mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-22 22:14:45 +00:00
Adds python 3.6 to travis tests
This commit is contained in:
parent
785c73a0cd
commit
58782e4272
1 changed files with 7 additions and 11 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -4,6 +4,7 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
env:
|
||||
- DJANGO=1.7
|
||||
- DJANGO=1.8
|
||||
|
|
@ -22,19 +23,14 @@ script:
|
|||
- coverage run --branch --source=notifications manage.py test
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.7
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.9
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.10
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.11
|
||||
- python: "3.3"
|
||||
env: DJANGO=2.0
|
||||
- python: "2.7"
|
||||
env: DJANGO=2.0
|
||||
|
||||
- python: "3.3"
|
||||
env: DJANGO=2.0
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.7
|
||||
- python: "3.6"
|
||||
env: DJANGO=1.7
|
||||
|
||||
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Reference in a new issue