Merge "Clean up bin directory"

This commit is contained in:
Jenkins 2014-12-19 10:24:55 +00:00 committed by Gerrit Code Review
commit 4d1563b131
2 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ commands = bash -x {toxinidir}/setup-test-env-mongodb.sh python setup.py testr -
[testenv:pep8]
commands =
flake8
flake8 --filename=ceilometer-* bin
# Check that .po and .pot files are valid:
bash -c "find ceilometer -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"