Skip to content

Commit

Permalink
test other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 11, 2024
1 parent 65000da commit bd0536e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "3.8.19"
requests = "^2.31.0"
types-requests = "^2.31.0.20240406"
pyinstaller = "^6.5.0"
pytest-cov = "^4.0.0"
pytest-cov = "^3.0.0"
pytest = "^7.2.0"

[tool.poetry.group.dev.dependencies]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ passenv = PYTHON_VERSION
allowlist_externals = poetry
commands =
poetry install -v
pip install pytest-cov
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
mypy

0 comments on commit bd0536e

Please sign in to comment.