summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-05 12:36:49 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-05 12:36:49 +0200
commit701a940de7cc7717bebde262eee4c0dc6798ee7a (patch)
tree72853f530e937e040f6ff721398ec0b3d3a2af86 /tox.ini
parent1cb5cff7aac9556f595ee28d48f796880a176649 (diff)
Inline comments not supported in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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 []