Remove nonexistent directory "tests" from pep8 scanning

Directory "tests" defined in run_tests.sh doesn't exist:
92bea7acb9/run_tests.sh (L121)

Change-Id: Iff86e4486e732c5c245cc9695aa76e032d9b7552
This commit is contained in:
Igor Malinovskiy 2015-01-06 14:47:01 +02:00
parent 92bea7acb9
commit ea1e2c005d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function copy_subunit_log {
function run_pep8 {
echo "Running pep8 ..."
srcfiles="manilaclient tests"
srcfiles="manilaclient"
# Just run PEP8 in current environment
#
# NOTE(sirp): W602 (deprecated 3-arg raise) is being ignored for the