Exclude vcsversion.py from pep8 check. It's not compliant, but out of our control.

This commit is contained in:
Soren Hansen
2011-01-20 01:23:57 +01:00
parent 97d9b426f8
commit 2c75ad02c5

View File

@@ -71,4 +71,4 @@ then
fi
fi
run_tests && pep8 --repeat --show-pep8 --show-source bin/* nova setup.py || exit 1
run_tests && pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py bin/* nova setup.py || exit 1