Drop Python 2.7, 3.4 and 3.5

This commit is contained in:
Dave Halter
2020-07-24 01:21:44 +02:00
parent 3b263f0a0d
commit b601ade90b
2 changed files with 5 additions and 8 deletions

View File

@@ -1,9 +1,8 @@
[tox]
envlist = {py27,py34,py35,py36,py37,py38}
envlist = {py36,py37,py38}
[testenv]
extras = testing
deps =
py27,py34: pytest<3.3
coverage: coverage
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957