Merge "Use timestamp instead of datetime when creating Counter"

This commit is contained in:
Jenkins 2012-06-07 17:06:22 +00:00 committed by Gerrit Code Review
commit 0c80375984
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# Simple test runner, should be replaced with tox
rm -rf cover
nosetests -P -d -v --with-coverage --cover-package=ceilometer --cover-inclusive tests
nosetests -P -d -v --cover-erase --with-coverage --cover-package=ceilometer --cover-inclusive tests
tox -e pep8