summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 71b336e5..8a4ae624 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -101,7 +101,7 @@ function copy_subunit_log {
function run_pep8 {
echo "Running pep8 ..."
- srcfiles="openstackclient tests"
+ srcfiles="openstackclient tests setup.py"
# Just run PEP8 in current environment
#
# NOTE(sirp): W602 (deprecated 3-arg raise) is being ignored for the