Adds python 3.6 to travis tests

This commit is contained in:
Alvaro Leonel 2018-06-07 23:03:08 -03:00
parent 785c73a0cd
commit 58782e4272

View file

@ -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: