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:
parent
c290ed8f37
commit
b1b6c17516
1
tox.ini
1
tox.ini
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user