diff options
| author | Joe Heck <heckj@mac.com> | 2012-11-21 22:02:19 +0000 |
|---|---|---|
| committer | Joe Heck <heckj@mac.com> | 2012-11-21 22:02:48 +0000 |
| commit | 18a49ae5767cc9cf0f81d3bb9616aba4f076178a (patch) | |
| tree | 654ade4b20e322e759a4f98346539b5673e0f553 | |
| parent | 07c1aafdf20db6d6d7c0d3e15074bc02e2f1d2aa (diff) | |
syncing run_tests to match tox
Change-Id: Ide81b1ea9230ceb2ad463d4f253eb7021fc683da
| -rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
