summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8db0f88..08baf49 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,6 +34,7 @@ basepython = python3.8
commands =
black --check --diff .
check-manifest
+ # flake8 src/waitress/ tests
# build sdist/wheel
python -m pep517.build .
twine check dist/*
@@ -43,6 +44,8 @@ deps =
check-manifest
pep517
twine
+ flake8
+ flake8-bugbear
[testenv:docs]
whitelist_externals =