From 23873cb3850a79cfb8db19c520352a26b885d5fd Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 9 Aug 2011 12:04:57 -0400 Subject: [PATCH] Enable pep8 tests for nova tarmac. Change-Id: I04696b3df8b6dcffd0db727bfb3856ce5d05d225 --- test_nova.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_nova.sh b/test_nova.sh index e1e64d59..c45b808d 100755 --- a/test_nova.sh +++ b/test_nova.sh @@ -1,3 +1,3 @@ #!/bin/sh -bash run_tests.sh -N && python setup.py sdist +bash run_tests.sh -N && python setup.py sdist && pep8 --repeat nova