فهرست منبع

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
 envlist = py32, py33
 
 
 [testenv]
 [testenv]
-changedir = docs  # Change dir to avoid import problem
+# Change dir to avoid import problem
+changedir = docs
 commands = {envpython} -m darc.testsuite.run -bv []
 commands = {envpython} -m darc.testsuite.run -bv []