From bb4726e58f6f348f4ce3b0658504db465e0c03b9 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 8 Sep 2021 10:53:19 +0200 Subject: [PATCH] updated tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d6ec57a..cc3dbaf 100644 --- a/tox.ini +++ b/tox.ini @@ -54,4 +54,4 @@ deps = coverage commands = pytest --cov=src/djlint --cov-branch --cov-report xml:coverage.xml --cov-report term-missing -skip_install: true +skip_install: false