mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Simplify our test environments
This commit is contained in:
parent
cde783d135
commit
41cd67f747
1 changed files with 0 additions and 16 deletions
16
tox.ini
16
tox.ini
|
|
@ -28,9 +28,7 @@ commands =
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
flake8-docstrings>=0.2.7
|
flake8-docstrings>=0.2.7
|
||||||
|
|
@ -40,9 +38,7 @@ commands =
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
pyflakes
|
pyflakes
|
||||||
pylint
|
pylint
|
||||||
|
|
@ -51,9 +47,7 @@ commands =
|
||||||
|
|
||||||
[testenv:doc8]
|
[testenv:doc8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
sphinx
|
sphinx
|
||||||
doc8
|
doc8
|
||||||
|
|
@ -62,9 +56,7 @@ commands =
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
mypy-lang
|
mypy-lang
|
||||||
commands =
|
commands =
|
||||||
|
|
@ -72,9 +64,7 @@ commands =
|
||||||
|
|
||||||
[testenv:bandit]
|
[testenv:bandit]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
bandit
|
bandit
|
||||||
commands =
|
commands =
|
||||||
|
|
@ -82,9 +72,7 @@ commands =
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
{[testenv:flake8]deps}
|
{[testenv:flake8]deps}
|
||||||
{[testenv:pylint]deps}
|
{[testenv:pylint]deps}
|
||||||
|
|
@ -108,9 +96,7 @@ commands =
|
||||||
|
|
||||||
[testenv:serve-docs]
|
[testenv:serve-docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = true
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
changedir = docs/build/html
|
changedir = docs/build/html
|
||||||
deps =
|
deps =
|
||||||
commands =
|
commands =
|
||||||
|
|
@ -124,10 +110,8 @@ commands =
|
||||||
python setup.py check -r -s
|
python setup.py check -r -s
|
||||||
|
|
||||||
[testenv:release]
|
[testenv:release]
|
||||||
skipsdist = true
|
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
|
||||||
deps =
|
deps =
|
||||||
wheel
|
wheel
|
||||||
setuptools
|
setuptools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue