Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Oct 23, 2023
1 parent f16b643 commit e1210f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ setenv =
MYPYPATH = {toxinidir}{/}src{/}stubs
black,lint,isort: LINT_ARGS = "src tests scripts"
# PYTHONPATH = {toxinidir}{/}tests
extras = # by default add the 'test' Extras in case we do an installation
test # children envs need to verride if they don't the 'test' Extras

# by default add the 'test' Extras in case we do an installation
# children envs need to verride if they don't the 'test' Extras
extras = test
commands =
# --cov-config pyproject.toml
pytest -ra --cov --cov-report=term-missing \
Expand Down

0 comments on commit e1210f8

Please sign in to comment.