Only run pep8 after tests if running all the tests
This commit is contained in:
parent
8fbfae5065
commit
86b96d377c
@ -71,4 +71,9 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
run_tests && pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py bin/* nova setup.py || exit 1
|
||||
if [ -z "$noseargs" ];
|
||||
then
|
||||
run_tests && pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py bin/* nova setup.py || exit 1
|
||||
else
|
||||
run_tests
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user