Remove django master from env list

When running locally, don't test against django master. The travis
config will however still test those.
fix_request_path_info^2
Chris Glass 2020-08-14 17:02:40 +02:00
parent 76efd54df5
commit 7f839aaa36
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
[tox] [tox]
envlist = envlist =
py35-django{21,22,master} py35-django{21,22}
py36-django{21,22,30,31,master} py36-django{21,22,30,31}
py37-django{21,22,30,31,master} py37-django{21,22,30,31}
py38-django{21,22,30,31,master} py38-django{21,22,30,31}
docs docs
[testenv] [testenv]