mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Drop py36 integration tests
This commit is contained in:
@@ -2,3 +2,4 @@ coverage
|
||||
black
|
||||
isort
|
||||
flake8
|
||||
babel>=2.9.0
|
||||
|
||||
11
tox.ini
11
tox.ini
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user