Drop testing Python 3.5 against Django master. (#6431)

Not supported in Django 3.0.
This commit is contained in:
Carlton Gibson 2019-01-31 17:16:43 +01:00 committed by GitHub
parent 2b62941bb4
commit 63e352586b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ matrix:
- { python: "3.5", env: DJANGO=2.0 }
- { python: "3.5", env: DJANGO=2.1 }
- { python: "3.5", env: DJANGO=2.2 }
- { python: "3.5", env: DJANGO=master }
- { python: "3.6", env: DJANGO=1.11 }
- { python: "3.6", env: DJANGO=2.0 }

View File

@ -4,7 +4,7 @@ envlist =
{py34,py35,py36,py37}-django20,
{py35,py36,py37}-django21
{py35,py36,py37}-django22
{py35,py36,py37}-djangomaster,
{py36,py37}-djangomaster,
base,dist,lint,docs,
[travis:env]