Drop py36 integration tests

This commit is contained in:
Oleh Prypin
2022-08-14 18:07:44 +02:00
parent f772a30534
commit 5b87ba9971
2 changed files with 7 additions and 5 deletions

View File

@@ -2,3 +2,4 @@ coverage
black
isort
flake8
babel>=2.9.0

11
tox.ini
View File

@@ -1,20 +1,21 @@
[tox]
envlist =
py{36,37,38,39,310,py3}-{unittests,min-req,integration,integration-no-babel},
py36-{unittests,min-req},
py{37,38,39,310,py3}-{unittests,min-req,integration,integration-no-babel},
black, flake8, markdown-lint, linkchecker, jshint, csslint, nobabel, codespell
[testenv]
passenv = LANG
deps=
py{36,37,38,39,310,py3}-{unittests,integration}: -rrequirements/project.txt
py{36,37,38,39,310,py3}-min-req: -rrequirements/project-min.txt
py{37,38,39,310,py3}-integration: -rrequirements/project.txt
py{37,38,39,310,py3}-min-req: -rrequirements/project-min.txt
py{36,37,38,39,310,py3}-{unittests,min-req}: -rrequirements/test.txt
commands=
{envpython} --version
py{36,37,38,39,310,py3}-{unittests,min-req}: {envbindir}/coverage run --source=mkdocs --omit 'mkdocs/tests/*' -m unittest discover -p '*tests.py' mkdocs --top-level-directory .
py{36,37,38,39,310,py3}-unittests: {envbindir}/coverage xml
py{36,37,38,39,310,py3}-unittests: {envbindir}/coverage report --show-missing
py{36,37,38,39,310,py3}-integration: {envpython} -m mkdocs.tests.integration --output={envtmpdir}/builds
py{37,38,39,310,py3}-integration: {envpython} -m mkdocs.tests.integration --output={envtmpdir}/builds
[testenv:black]
deps=-rrequirements/test.txt
@@ -64,7 +65,7 @@ whitelist_externals = csslint
passenv=*
commands=csslint mkdocs/
[testenv:py{36,37,38,39,310,py3}-integration-no-babel]
[testenv:py{37,38,39,310,py3}-integration-no-babel]
passenv = LANG
deps=-rrequirements/project.txt
commands=