This commit is contained in:
Dave Halter
2020-01-05 23:50:20 +01:00
12 changed files with 31 additions and 80 deletions

View File

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