diff options
author | Chuck Short <chuck.short@canonical.com> | 2012-11-21 12:03:07 -0600 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-11-25 11:34:56 -0500 |
commit | c0ec97f310bc56c69c22e49928b4aea4cd8458f1 (patch) | |
tree | 1abea072fb255e9e3c72a823c95428fe2366bb94 /tools | |
parent | e1955434b761e0f0b55f76fe7c6042c2d6bf727b (diff) | |
download | python-glanceclient-c0ec97f310bc56c69c22e49928b4aea4cd8458f1.tar.gz |
Pin pep8 to 1.3.3
Standardize pep8 to 1.3.3 and cleared up any errors
found by pep8 tests.
Change-Id: Ib7eb97d0789556d1676ccad58b5d3364065b7d15
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires index 18557f0..7e6512f 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,6 +6,6 @@ nose-exclude nosexcover openstack.nose_plugin nosehtmloutput -pep8==1.2 +pep8==1.3.3 setuptools-git>=0.4 sphinx>=1.1.2 |