Update tox config

This commit is contained in:
Labrys of Knossos 2022-12-09 19:54:43 -05:00
commit 2ab943ecd3

View file

@ -39,13 +39,15 @@ min-version = 2.7
require-code = True require-code = True
exclude = exclude =
.github/ .github/
.tox/
.pytest_cache/ .pytest_cache/
.tox/
.venv*/
build/
htmlcov/ htmlcov/
logs/
libs/common libs/common
libs/win libs/win
libs/py2 libs/py2
logs/
ignore = ignore =
; -- flake8 -- ; -- flake8 --
; E501 line too long ; E501 line too long
@ -101,7 +103,6 @@ deps =
flake8-comprehensions flake8-comprehensions
flake8-docstrings flake8-docstrings
flake8-future-import flake8-future-import
flake8-quotes
skip_install = true skip_install = true
commands = commands =
; ** PRIMARY TESTS ** ; ** PRIMARY TESTS **