Inline comments not supported in tox.ini

This commit is contained in:
Jonas Borgström 2013-07-05 12:36:49 +02:00
parent 1cb5cff7aa
commit 701a940de7
1 changed files with 2 additions and 1 deletions

View File

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