Skip to content

Commit b1d9753

Browse files
committed
test(tox): integreate tox to CI
1 parent d1e71a5 commit b1d9753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ def run(ctx, allow_no_tests=False):
1616
def cov(ctx):
1717
"""Run test covreage check"""
1818
ctx.run(f"{VENV_PREFIX} pytest --cov=send_mail.py,render_mail.py tests/", pty=True)
19+
ctx.run(f"{VENV_PREFIX} tox, pty=True)

0 commit comments

Comments
 (0)