Basic testing

This commit is contained in:
Brian Waldon
2012-04-02 14:08:03 -07:00
parent 440ffec575
commit 664f370677
7 changed files with 174 additions and 21 deletions
+1 -1
View File
@@ -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
}