summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7977fbe..2a88dd3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,4 +25,4 @@ basepython = pypy3
[testenv:flake8]
deps = flake8
flake8-import-order
-commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg .
+commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg,*.egg-info,build,dist .