Clean up bin directory

Move ceilometer-test-event.py from directory bin to directory tools,
since it's for test purpose.

Change-Id: I3485a27ae66e255fbc460d0548be9dbb5700fa42
This commit is contained in:
Lianhao Lu 2014-12-18 13:52:52 +08:00
parent c290ed8f37
commit b1b6c17516
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"