Merge "Make the stand-alone test script mimic tox"

This commit is contained in:
Jenkins 2012-06-06 17:48:53 +00:00 committed by Gerrit Code Review
commit 14c068d2e8
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ TAGS
build
.coverage
.tox
cover

View File

@ -1,4 +1,6 @@
#!/bin/sh
# Simple test runner, should be replaced with tox
rm -rf cover
nosetests -P -d -v --with-coverage --cover-package=ceilometer --cover-inclusive tests
tox -e pep8