diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2012-04-02 14:08:03 -0700 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-04-02 14:08:03 -0700 |
commit | 664f37067790c9c27e2bcad0b9b18f5367bdca83 (patch) | |
tree | 15a15926de5079c4a387509abe472c3ca05b8a85 /run_tests.sh | |
parent | 440ffec57577e1bf7414afaaeb13490536c1f797 (diff) | |
download | python-glanceclient-664f37067790c9c27e2bcad0b9b18f5367bdca83.tar.gz |
Basic testing
Diffstat (limited to 'run_tests.sh')
-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 d0d3645..2ecbc4a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -50,7 +50,7 @@ function run_tests { function run_pep8 { echo "Running pep8..." PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat" - PEP8_INCLUDE="glanceclient/* setup.py run_tests.py tools/install_venv.py" + PEP8_INCLUDE="glanceclient/*.py setup.py run_tests.py tools/install_venv.py" ${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE } |