update the test command

This commit is contained in:
Andreas Zweili 2020-10-13 21:13:37 +02:00
parent 20f2802ce9
commit ac1d5f8a2b
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ init:
test:
@. venv/bin/activate
@( \
cd tests/; \
pytest; \
pytest --cov=. --cov-report=html; \
)
clean: distclean