From c0a475ba4511689a0c34f9f44e0ea49b1fab6a64 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 8 Sep 2021 10:50:26 +0200 Subject: [PATCH] updated tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e002149..8360081 100644 --- a/tox.ini +++ b/tox.ini @@ -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