updated tox

This commit is contained in:
Christopher Pickering 2021-09-08 10:50:26 +02:00
parent f40a7163ba
commit c0a475ba45
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -48,7 +48,7 @@ commands =
skip_install: true
[testenv:test]
extras = test
deps = test
commands =
pytest --cov=src/djlint --cov-branch --cov-report xml:coverage.xml --cov-report term-missing
skip_install: true