commit | d1d74c74fcee2d717b94d35b8d90795ce7cf1548 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Nov 16 22:35:44 2012 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Nov 16 22:35:44 2012 +0000 |
tree | 06fdce4fb1566fd4b501dc11337342fbd5c00125 | |
parent | c38bdd1173b8ae11b6134cc2ff3b6995c906acca [diff] | |
parent | 24e0f7f8d38aecdcce411b5234180293002eb2ba [diff] |
Merge "exclude venv directories from local pep8"
diff --git a/run_tests.sh b/run_tests.sh index 680f79e..670f5ad 100755 --- a/run_tests.sh +++ b/run_tests.sh
@@ -43,7 +43,7 @@ function run_pep8 { echo "Running pep8 ..." - PEP8_EXCLUDE="etc,include,tools" + PEP8_EXCLUDE="etc,include,tools,*venv" PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat" PEP8_INCLUDE="." pep8 $PEP8_OPTIONS $PEP8_INCLUDE