Drop support for EOL Python 2.6

This commit is contained in:
Hugo
2019-08-08 14:56:27 +03:00
parent 3bb46563d4
commit f6bdba65c0
11 changed files with 30 additions and 77 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
[tox]
envlist = {py26,py27,py33,py34,py35,py36,py37}
envlist = {py27,py33,py34,py35,py36,py37}
[testenv]
extras = testing
deps =
py26,py33: pytest>=3.0.7,<3.3
py33: pytest>=3.0.7,<3.3
py27,py34: pytest<5
py26,py33: setuptools<37
py33: setuptools<37
coverage: coverage
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957