From 72a4f460aa10f46adb5603b1d312bdefd8036d93 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 22 Nov 2017 14:47:09 +0000 Subject: [PATCH] tox: allow to specify module when running pep8 env The horizon repo now contains three python modules: openstack_auth, horizon and openstack_dashboard. It is useful if we can specify a specific python module when running 'tox -e pep8'. Change-Id: I35d0f2a762806c52bd2fa0e863db500b4ae2c605 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c9b2db800d..27b598ab9d 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,7 @@ commands = usedevelop = True commands = {envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only - flake8 + flake8 {posargs} [testenv:cover] commands =