Skip to content

Commit

Permalink
Fix tox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Jul 28, 2022
1 parent 7c4b642 commit bf1d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =
coverage
changedir = {toxinidir} # Go back to original dir to make it easier to upload coverage report.
commands =
coverage run --source=extendedjson --branch -m pytest
coverage run --source=extendedjson --branch -m pytest {toxinidir}
coverage report -m --fail-under 100
coverage xml

Expand Down

0 comments on commit bf1d9ec

Please sign in to comment.