From b020bf1de4830090e0b0fa750bb890d07032000c Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 15 Nov 2018 23:18:21 +0800 Subject: [PATCH] Don't quote {posargs} in tox.ini Change-Id: I6e5bc64d51355d249ca5fb1d80d4e54c2b6a3922 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 49cf7db..c00c6e2 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs} [testenv:cover] basepython = python3 -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = python setup.py testr --coverage --testr-args={posargs} [testenv:docs] basepython = python3