added python 3.6 and django 1.11
This commit is contained in:
parent
baad8246c7
commit
2e36d2a161
1 changed files with 4 additions and 0 deletions
|
@ -3,15 +3,19 @@ python:
|
|||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
env:
|
||||
- DJANGO=1.7
|
||||
- DJANGO=1.8
|
||||
- DJANGO=1.9
|
||||
- DJANGO=1.10
|
||||
- DJANGO=1.11
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.7
|
||||
- python: "3.6"
|
||||
env: DJANGO=1.7
|
||||
install:
|
||||
- pip install tox coveralls
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue