mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +00:00
Remove old comments.
This commit is contained in:
parent
b14dec9777
commit
5f30917664
1 changed files with 0 additions and 3 deletions
3
tox.ini
3
tox.ini
|
@ -44,7 +44,6 @@ allowlist_externals = py.test
|
||||||
commands = py.test {posargs}
|
commands = py.test {posargs}
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
# Note: Settings for flake8 exists in the setup.cfg file
|
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
@ -53,14 +52,12 @@ commands =
|
||||||
flake8 .
|
flake8 .
|
||||||
|
|
||||||
[testenv:isort]
|
[testenv:isort]
|
||||||
# Note: Settings for isort exists in the setup.cfg file
|
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
deps = isort
|
deps = isort
|
||||||
commands =
|
commands =
|
||||||
isort --check-only --diff django_components
|
isort --check-only --diff django_components
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
# Note: Settings for coverage exists in the setup.cfg file
|
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
deps = pytest-coverage
|
deps = pytest-coverage
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue