Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
faneshala authored May 29, 2024
1 parent 64e212b commit ba23205
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,16 @@ extras =
doc
commands =
sphinx-build -d "{toxworkdir}/docs_doctree" docs/source "docs/docs_out" --color -vW -bhtml

[testenv:test]
description = run tests from the tests directory
commands =
pytest tests {posargs}
extras =
test
deps =
pytest
pytest-cov
passenv =
*

0 comments on commit ba23205

Please sign in to comment.