Skip to content

Commit

Permalink
Remove mentions of the tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-balabin committed Jul 19, 2023
1 parent 9a89f1e commit 3294d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands = check-manifest
deps =
black
skip_install = true
commands = black src/ tests/
commands = black src/
description = Run the black code formatter and linter

[testenv:flake8]
Expand All @@ -63,7 +63,7 @@ deps =
pydocstyle
darglint
commands =
flake8 src/sentencefmricomparison/ tests/
flake8 src/sentencefmricomparison/
description = Run the flake8 tool with several plugins (bandit, docstrings, import order, pep8 naming).

[testenv:pyroma]
Expand Down Expand Up @@ -94,7 +94,7 @@ skip_install = true
deps =
docstr-coverage
commands =
docstr-coverage src/sentencefmricomparison/ tests/ setup.py --skip-private --skip-magic
docstr-coverage src/sentencefmricomparison/ --skip-private --skip-magic
description = Run the docstr-coverage tool to check documentation coverage

[testenv:docs]
Expand Down

0 comments on commit 3294d53

Please sign in to comment.