Actually add coverage back, it's just coveralls we didn't want

This commit is contained in:
Honza Král
2014-03-28 18:53:39 +01:00
parent 7507bc0dda
commit 7ce5b67a21
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -18,8 +18,10 @@ install_requires = [
tests_require = [
'requests>=1.0.0, <3.0.0',
'nose',
'coverage',
'mock',
'pyaml',
'nosexcover'
]
# use external unittest for 2.6
+2
View File
@@ -55,9 +55,11 @@ def run_all(argv=None):
# fetch yaml tests
fetch_es_repo()
# always insert coverage when running tests
if argv is None:
argv = [
'nosetests', '--with-xunit',
'--with-xcoverage', '--cover-package=elasticsearch', '--cover-erase',
'--logging-filter=elasticsearch', '--logging-level=DEBUG',
'--verbose',
]