Tox: Django 2.1 drops support for Python 3.4

This commit is contained in:
Pi Delport 2018-08-20 18:03:30 +02:00
parent db2f78567c
commit b7151350b6
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,8 @@ matrix:
- { python: 3.6, env: DJANGO=1.9 }
- { python: 3.6, env: DJANGO=1.10 }
- { python: 2.7, env: DJANGO=2.0 }
- { python: 2.7, env: DJANGO=2.1 }
- { python: 3.4, env: DJANGO=2.1 }
include:
- { python: 3.6, env: TOXENV=flake8 }
- { python: 3.6, env: TOXENV=readme }

View file

@ -7,7 +7,7 @@ envlist =
py{27,34,35}-django110
py{27,34,35,36,37}-django111
py{34,35,36,37}-django20
py{34,35,36,37}-django21
py{35,36,37}-django21
flake8
readme