Skip to content

Commit

Permalink
Fix coverage command in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 12, 2023
1 parent a86e5cb commit 9c44f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps = -r tests/requirements/{envname}.txt

commands =
{envpython} --version
{env:COMMAND:coverage} run python -m text_settings
{env:COMMAND:coverage} run ./test_settings.py

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit 9c44f7f

Please sign in to comment.