From 2ab943ecd35e8001b61c05e3b9e7d3ba1a86ef08 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 9 Dec 2022 19:54:43 -0500 Subject: [PATCH] Update tox config --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 24871c06..0aa986b4 100644 --- a/tox.ini +++ b/tox.ini @@ -39,13 +39,15 @@ min-version = 2.7 require-code = True exclude = .github/ - .tox/ .pytest_cache/ + .tox/ + .venv*/ + build/ htmlcov/ - logs/ libs/common libs/win libs/py2 + logs/ ignore = ; -- flake8 -- ; E501 line too long @@ -101,7 +103,6 @@ deps = flake8-comprehensions flake8-docstrings flake8-future-import - flake8-quotes skip_install = true commands = ; ** PRIMARY TESTS **