add __init__.py so tests run, remove bin and skeleton from pep8

This commit is contained in:
Jason Kölker 2011-11-01 13:47:46 -05:00
parent 3000f0c0c1
commit aa16a59f7f
3 changed files with 1 additions and 1 deletions

View File

@ -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
}

0
tests/__init__.py Normal file
View File

0
tests/unit/__init__.py Normal file
View File