mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
Add README to linters
Add basepythons to dogfood and readme
This commit is contained in:
parent
8f5348136f
commit
6208a4969b
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -16,6 +16,7 @@ commands = {posargs}
|
||||||
|
|
||||||
# Dogfood our current mastera version
|
# Dogfood our current mastera version
|
||||||
[testenv:dogfood]
|
[testenv:dogfood]
|
||||||
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
wheel
|
wheel
|
||||||
|
|
@ -88,11 +89,13 @@ deps =
|
||||||
{[testenv:flake8]deps}
|
{[testenv:flake8]deps}
|
||||||
{[testenv:pylint]deps}
|
{[testenv:pylint]deps}
|
||||||
{[testenv:doc8]deps}
|
{[testenv:doc8]deps}
|
||||||
|
{[testenv:readme]deps}
|
||||||
{[testenv:bandit]deps}
|
{[testenv:bandit]deps}
|
||||||
commands =
|
commands =
|
||||||
{[testenv:flake8]commands}
|
{[testenv:flake8]commands}
|
||||||
{[testenv:pylint]commands}
|
{[testenv:pylint]commands}
|
||||||
{[testenv:doc8]commands}
|
{[testenv:doc8]commands}
|
||||||
|
{[testenv:readme]commands}
|
||||||
{[testenv:bandit]commands}
|
{[testenv:bandit]commands}
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
@ -114,6 +117,7 @@ commands =
|
||||||
python -m http.server {posargs}
|
python -m http.server {posargs}
|
||||||
|
|
||||||
[testenv:readme]
|
[testenv:readme]
|
||||||
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
readme_renderer
|
readme_renderer
|
||||||
commands =
|
commands =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue