summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 786fa70c6..cf1affcea 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -71,4 +71,4 @@ then
fi
fi
-run_tests && pep8 --repeat --show-pep8 --show-source bin/* nova setup.py || exit 1
+run_tests && pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py bin/* nova setup.py || exit 1