From 57ecf44f726e470a990860a1e29883ab7b52fe18 Mon Sep 17 00:00:00 2001 From: Isaac Mungai Date: Thu, 8 Sep 2016 11:19:22 -0400 Subject: [PATCH] testr doesnt support the --coverage-package-name option replace 'testr' with 'test' for coverage Change-Id: I5c057c09a2f8632f24ac14b4df99d85cc93d3441 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6a4b495a..5a626660 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ commands = install_command = pip install -U {opts} {packages} basepython = python2.7 commands = - python setup.py testr --coverage --coverage-package-name='poppy' --testr-args='{posargs}' + python setup.py test --coverage --coverage-package-name='poppy' --testr-args='{posargs}' coverage xml [testenv:venv]