r47369 - try something

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 10 May 2016 04:20:08 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Tue May 10 04:19:52 2016
New Revision: 47369

Modified:
   branches/windows-_copy-8321/tox.ini

Log:
try something

Modified: branches/windows-_copy-8321/tox.ini
==============================================================================
--- branches/windows-_copy-8321/tox.ini	(original)
+++ branches/windows-_copy-8321/tox.ini	Tue May 10 04:19:52 2016
@@ -40,19 +40,19 @@
    COVERAGE_PROCESS_START = {toxinidir}/.coveragerc
 
 commands =
-    {tests,nomodules}: {envbindir}/trial --reactor={env:TWISTED_REACTOR:default} {posargs:twisted}
+    {tests,nomodules}: "{envbindir}/trial" --reactor={env:TWISTED_REACTOR:default} "{posargs:twisted}"
 
     twistedchecker: twistedchecker {posargs:twisted}
     pyflakes: pyflakes {posargs:twisted}
 
-    apidocs: {toxinidir}/bin/admin/build-apidocs {toxinidir} apidocs
-    narrativedocs: sphinx-build -aW -b html -d {toxinidir}/docs/_build {toxinidir}/docs {toxinidir}/docs/_build/
+    apidocs: "{toxinidir}/bin/admin/build-apidocs" "{toxinidir}" apidocs
+    narrativedocs: sphinx-build -aW -b html -d "{toxinidir}/docs/_build" "{toxinidir}/docs" "{toxinidir}/docs/_build/"
 
-    coverage: python {toxinidir}/admin/_copy.py {toxinidir}/admin/zz_coverage.pth {envsitepackagesdir}/zz_coverage.pth
+    coverage: python "{toxinidir}/admin/_copy.py" "{toxinidir}/admin/zz_coverage.pth" "{envsitepackagesdir}/zz_coverage.pth"
     coverage: coverage erase
-    coverage: coverage run -p --rcfile={toxinidir}/.coveragerc {envbindir}/trial --reactor={env:TWISTED_REACTOR:default} {posargs:twisted}
-    coverage: python {toxinidir}/admin/_copy.py "_trial_temp/.coverage*" {toxinidir}
-    coverage: python {toxinidir}/admin/_copy.py ".coverage*" {toxinidir}
+    coverage: coverage run -p --rcfile="{toxinidir}/.coveragerc" "{envbindir}/trial" --reactor={env:TWISTED_REACTOR:default} {posargs:twisted}
+    coverage: python "{toxinidir}/admin/_copy.py" "_trial_temp/.coverage*" "{toxinidir}"
+    coverage: python "{toxinidir}/admin/_copy.py" ".coverage*" "{toxinidir}"
 
 [testenv:twistedchecker]
 basepython=python2.7