From 046e04a7a43e3712241b2391a3864d843c7651e8 Mon Sep 17 00:00:00 2001 From: Kota Tsuyuzaki Date: Thu, 12 Apr 2018 17:37:01 +0900 Subject: [PATCH] Remove trailing white space in tox.ini Change-Id: I706b69b7230390234ab255682478e8f69261cafe --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 541df654..2a27bfdf 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage +commands = python setup.py testr --coverage coverage report [testenv:func]