Remove Django 1.7 for travis.

This commit is contained in:
Juan Ignacio Fiorentino 2018-04-20 12:34:14 -03:00
parent 78fbd53452
commit 2fa970fc5a

View file

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