From e1857bff750c32e0f27d182899b9c2eed3ef5e37 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Thu, 5 Dec 2013 11:20:43 -0500 Subject: Add missing file for pep8 to be able to run Change-Id: I6545f0786779185bc1805643f8db0de2ac21995a Signed-off-by: Luis Pabon --- tools/test-requires | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/test-requires (limited to 'tools/test-requires') diff --git a/tools/test-requires b/tools/test-requires new file mode 100644 index 0000000..0d4914c --- /dev/null +++ b/tools/test-requires @@ -0,0 +1,11 @@ +# Install bounded pep8/pyflakes first, then let flake8 install +pep8==1.4.5 +pyflakes==0.7.2 +flake8==2.0 +hacking>=0.5.6,<0.6 +coverage +nose +nosexcover +nosehtmloutput +sphinx>=1.1.2 +mock>=0.8.0 -- cgit