浏览代码

Inline comments not supported in tox.ini

Jonas Borgström 12 年之前
父节点
当前提交
701a940de7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tox.ini

+ 2 - 1
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 []