Merge "Remove trailing white space in tox.ini"

This commit is contained in:
Zuul
2018-04-12 22:31:11 +00:00
committed by Gerrit Code Review

View File

@@ -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]