From 7dd8afa3d70f4b1858de72a8de0f98ad1299477c Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Mon, 22 Oct 2012 21:41:56 +0100 Subject: [PATCH] Use the latest version of PEP8 --- tools/test-requires | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test-requires b/tools/test-requires index 52e3f2586..840cb3daf 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,4 +1,4 @@ nose mox coverage -pep8>=1.0 +pep8==1.3.3 diff --git a/tox.ini b/tox.ini index 38c3928e6..d412e2d10 100644 --- a/tox.ini +++ b/tox.ini @@ -17,5 +17,5 @@ sitepackages = True commands = nosetests --no-path-adjustment --with-coverage --cover-erase --cover-package=moniker --cover-inclusive [] [testenv:pep8] -deps = pep8==1.1 +deps = pep8==1.3.3 commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack moniker setup.py bin/moniker-api