summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-04-02 14:08:03 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-04-02 14:08:03 -0700
commit664f37067790c9c27e2bcad0b9b18f5367bdca83 (patch)
tree15a15926de5079c4a387509abe472c3ca05b8a85 /run_tests.sh
parent440ffec57577e1bf7414afaaeb13490536c1f797 (diff)
downloadpython-glanceclient-664f37067790c9c27e2bcad0b9b18f5367bdca83.tar.gz
Basic testing
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 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
}