Remove Django 1.7 for travis.
This commit is contained in:
parent
78fbd53452
commit
2fa970fc5a
1 changed files with 0 additions and 5 deletions
|
@ -5,7 +5,6 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
env:
|
||||
- DJANGO=1.7
|
||||
- DJANGO=1.8
|
||||
- DJANGO=1.9
|
||||
- DJANGO=1.10
|
||||
|
@ -15,10 +14,6 @@ matrix:
|
|||
exclude:
|
||||
- python: "2.7"
|
||||
env: DJANGO=2.0
|
||||
- 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