From a20315a1bbdbfff13c4c4f8fc4a9135e43be6fae Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 28 Nov 2017 15:29:19 +0700 Subject: [PATCH] Apply pep8 check to app.wsgi Because app.wsgi should meet pep8 standards, this patch apply pep8 check to app.wsgi. Change-Id: I570ebbe97dbd0d4cabb75c30e950e391b1276cf8 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e157c3977..d84274256 100644 --- a/tox.ini +++ b/tox.ini @@ -108,6 +108,7 @@ commands = /bin/bash {toxinidir}/functionaltests/pretty_tox.sh '{posargs}' [flake8] +filename = *.py,app.wsgi exclude = .git,.idea,.tox,bin,dist,debian,rpmbuild,tools,*.egg-info,*.eggs,contrib, *docs/target,*.egg,build