From f30ca831b6a3b15c81174a7e2b76fd6ab2c7ec06 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 30 Dec 2014 00:32:03 +0100 Subject: [PATCH] tests: Add pep8-naming to tox flake8 env --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 57be519a..277ae9d3 100644 --- a/tox.ini +++ b/tox.ini @@ -30,4 +30,5 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html deps = flake8 flake8-import-order + pep8-naming commands = flake8 --show-source --statistics mopidy tests