From 04748e6f3f654733afafea3701d4ed03b08b8167 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 14 Feb 2017 22:48:24 +0100 Subject: add filename-matching linter --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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/ \ -- cgit v1.2.3