Align tox matrix to python version

master
Cristi Vîjdea 2019-06-13 16:57:15 +03:00
parent 3a37c4a019
commit cf8b912c10
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ isolated_build_env = .package
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py27-django111-drf39-typing,
py{27,35,36}-django111-drf{38,39},
py{35,36,37}-django{21,22}-drf{38,39},
py27-django111-drf{38,39},
py{35,36}-django{111,21,22}-drf{38,39},
py37-django{21,22}-drf{38,39},
djmaster, lint, docs
[testenv:.package]