Skip to content

Commit

Permalink
test another structure
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 9, 2024
1 parent cdd7ab4 commit bcf9131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ passenv = PYTHON_VERSION
allowlist_externals = poetry
commands =
poetry install -v
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
pip install pytest
pip install pytest-cov
mypy
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
mypy

0 comments on commit bcf9131

Please sign in to comment.