diff --git a/.gitignore b/.gitignore index 0e664c7b..fdb23b7b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ TAGS build .coverage .tox +cover diff --git a/run_tests.sh b/run_tests.sh index a86519ad..c15c227f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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