summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-11-01 13:47:46 -0500
committerJason Kölker <jason@koelker.net>2011-11-01 13:47:46 -0500
commitaa16a59f7fb8d43c18cd0da107ef5f1f2938a151 (patch)
treebcc8b896687fe3a1f296c27145c42eb2ac5a9798 /run_tests.sh
parent3000f0c0c1b9b0520d59af61155916ea16586967 (diff)
downloadoslo-aa16a59f7fb8d43c18cd0da107ef5f1f2938a151.tar.gz
oslo-aa16a59f7fb8d43c18cd0da107ef5f1f2938a151.tar.xz
oslo-aa16a59f7fb8d43c18cd0da107ef5f1f2938a151.zip
add __init__.py so tests run, remove bin and skeleton from pep8
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 2ea7de3..7df4cc7 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -58,7 +58,7 @@ function run_pep8 {
#
PEP8_EXCLUDE=vcsversion.py
PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-pep8 --show-source"
- PEP8_INCLUDE="bin/* openstack skeleton tools setup.py run_tests.py"
+ PEP8_INCLUDE="openstack tools setup.py run_tests.py"
${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE
}