Remove Python36 Testing and Support

This commit is contained in:
Ariel Rin
2021-05-09 06:42:56 +00:00
parent 630400fee4
commit e6cee9ac83
4 changed files with 35 additions and 49 deletions

View File

@@ -1,14 +1,13 @@
[tox]
skipsdist = true
usedevelop = true
envlist = py{36,37,38,39}-{all}
envlist = py{37,38,39}-{all}
[testenv]
setenv =
all: DJANGO_SETTINGS_MODULE = tests.settings_all
core: DJANGO_SETTINGS_MODULE = tests.settings_core
basepython =
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9