Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Jul 11, 2023
1 parent 51c0dbc commit 7bef814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ deps =
changedir = {envtmpdir}
commands =
coverage run --source=beavers --branch -m pytest {toxinidir}/tests
find {toxinidir}/examples -name "*.py" | xargs -n 1 python
python {toxinidir}/examples/dag_concepts.py
python {toxinidir}/examples/advanced_concepts.py
coverage report -m --fail-under 95
coverage xml -o {toxinidir}/coverage.xml

Expand Down

0 comments on commit 7bef814

Please sign in to comment.