aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-14 22:48:24 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-14 22:48:24 +0100
commit04748e6f3f654733afafea3701d4ed03b08b8167 (patch)
tree368bb0ffaf95882dff363e0765f953200d7a40dd /tox.ini
parentcd9cd8a19593e27a9cb763798a901fd4fa5c9cad (diff)
downloadmitmproxy-04748e6f3f654733afafea3701d4ed03b08b8167.tar.gz
mitmproxy-04748e6f3f654733afafea3701d4ed03b08b8167.tar.bz2
mitmproxy-04748e6f3f654733afafea3701d4ed03b08b8167.zip
add filename-matching linter
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d798c11a..1c5e1b96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
commands =
mitmdump --version
flake8 --jobs 8 mitmproxy pathod examples test release
+ python3 test/filename_matching.py
rstcheck README.rst
mypy --ignore-missing-imports --follow-imports=skip \
mitmproxy/addons/ \