From 18a49ae5767cc9cf0f81d3bb9616aba4f076178a Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Wed, 21 Nov 2012 22:02:19 +0000 Subject: syncing run_tests to match tox Change-Id: Ide81b1ea9230ceb2ad463d4f253eb7021fc683da --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 2fca39de..5dc6de4d 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 -- cgit