Signed-off-by: Luke Murphy <lukewm@riseup.net>
@ -13,7 +13,7 @@ isolated_build = True
extras =
test
commands =
pytest {{cookiecutter.package}} --cov={toxinidir}/{{cookiecutter.package}}/ --no-cov-on-fail {posargs}
pytest test/ --cov={toxinidir}/{{cookiecutter.package}}/ --no-cov-on-fail {posargs}
[testenv:lint]
description = lint the source