summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2014-02-13 12:55:22 +0100
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-21 14:11:57 -0800
commitec75983d395baf9828c45f62186724947f00717f (patch)
tree89711099a9adffe9710bd388a9b8ab61dd69a7b1
parent9864ccc9ab42133bf9ff8ef1cb1f4f98c60bd49d (diff)
downloadcliff-ec75983d395baf9828c45f62186724947f00717f.tar.gz
Move pep8 dependency into pep8 tox test
The other unit tests do not require pep8 Change-Id: I7ac68bb3ff48a76a6dd3db08a05827831069f141
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4752431..619f5d9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,5 @@
nose
mock>=1.0
coverage>=3.6
-pep8==1.4.5
cmd2
PrettyTable>=0.7,<0.8