From 701a940de7cc7717bebde262eee4c0dc6798ee7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Fri, 5 Jul 2013 12:36:49 +0200 Subject: [PATCH] Inline comments not supported in tox.ini --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e8b04d198..8258bd0de 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,6 @@ envlist = py32, py33 [testenv] -changedir = docs # Change dir to avoid import problem +# Change dir to avoid import problem +changedir = docs commands = {envpython} -m darc.testsuite.run -bv []