From 188fc1dbe131cdb580924acaff4c636121829ff0 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Tue, 30 Oct 2012 10:02:12 -0400 Subject: [PATCH] Make pep8 test only require pep8. Not necessary to install all requirements, just pep8, for the pep8 test. Change-Id: I1203510999d07b8851134329f9d2424501caa532 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 842707ad..237b60c9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ downloadcache = ~/cache/pip [testenv:py27] [testenv:pep8] +deps = pep8 commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg libra setup.py [testenv:pyflakes]