소스 검색

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