Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 2, 2025
1 parent 1934d09 commit e98b523
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ commands =

[testenv:lint]
description = lint source code
deps = -r{toxinidir}/lint-requirements.txt
deps =
setuptools
-r{toxinidir}/lint-requirements.txt
commands =
python setup.py check --metadata --restructuredtext --strict
flake8
Expand Down

0 comments on commit e98b523

Please sign in to comment.