summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-11-21 22:02:19 +0000
committerJoe Heck <heckj@mac.com>2012-11-21 22:02:48 +0000
commit18a49ae5767cc9cf0f81d3bb9616aba4f076178a (patch)
tree654ade4b20e322e759a4f98346539b5673e0f553 /run_tests.sh
parent07c1aafdf20db6d6d7c0d3e15074bc02e2f1d2aa (diff)
downloadkeystone-18a49ae5767cc9cf0f81d3bb9616aba4f076178a.tar.gz
syncing run_tests to match tox
Change-Id: Ide81b1ea9230ceb2ad463d4f253eb7021fc683da
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 2fca39de0..5dc6de4d2 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -109,7 +109,7 @@ function run_pep8 {
# Opt-out files from pep8
ignore_scripts="*.pyc,*.pyo,*.sh,*.swp,*.rst"
ignore_files="*pip-requires"
- ignore_dirs=".venv,openstack,vendor,.tox"
+ ignore_dirs=".venv,.tox,dist,doc,openstack,vendor,*egg"
ignore="$ignore_scripts,$ignore_files,$ignore_dirs"
srcfiles="."
# Just run PEP8 in current environment