From 3922f29f20ff1121bf0c9353837164c61fe6f0c6 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Fri, 21 Feb 2014 02:24:12 +0000 Subject: [PATCH] Uses the venv virtualenv for the pep8 command The pep8 command doesn't really need to be in its own virtualenv. It can easily share one with docs and sample_config. Change-Id: Ia8304e109529c62e816fa689a5ed5d85edbd4408 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4dca0ea11e..00bc5c8037 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps = -r{toxinidir}/requirements.txt commands = python setup.py testr --testr-args='{posargs}' [testenv:pep8] +envdir = {toxworkdir}/venv commands = flake8 {posargs} {toxinidir}/tools/config/check_uptodate.sh