From 1e287ae14bac519310221d187e7d1563c2310823 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 13 Jan 2016 13:49:13 -0500 Subject: [PATCH] reduce pep8 requirements to just hacking Because we are constrained by the constraints mechanism we no longer need to install all of test-requirements to get hacking at the right version, because we'll only install the upper-constraints version. Change-Id: I877ffec045cc43a32f97be8afe453d4755507217 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index af938446e9c8..071bf6e6a375 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] basepython = python2.7 +deps = hacking commands = bash tools/flake8wrap.sh {posargs} # Check that .po and .pot files are valid.