add __init__.py so tests run, remove bin and skeleton from pep8
This commit is contained in:
parent
3000f0c0c1
commit
aa16a59f7f
@ -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
0
tests/__init__.py
Normal file
0
tests/unit/__init__.py
Normal file
0
tests/unit/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user