r47136 - fixes

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sun, 3 Apr 2016 10:07:30 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Sun Apr  3 10:07:15 2016
New Revision: 47136

Added:
   branches/tox-reactors-8269/twisted/topfiles/8269.misc
Modified:
   branches/tox-reactors-8269/tox.ini

Log:
fixes

Modified: branches/tox-reactors-8269/tox.ini
==============================================================================
--- branches/tox-reactors-8269/tox.ini	(original)
+++ branches/tox-reactors-8269/tox.ini	Sun Apr  3 10:07:15 2016
@@ -40,7 +40,7 @@
      narrativedocs: sphinx
 
 commands =
-    {tests,nomodules}: {envbindir}/trial {posargs:twisted}
+    {tests,nomodules}: {envbindir}/trial --reactor={env:TWISTED_REACTOR:default} {posargs:twisted}
 
     twistedchecker: twistedchecker {posargs:twisted}
     pyflakes: pyflakes {posargs:twisted}
@@ -49,7 +49,7 @@
     narrativedocs: sphinx-build -aW -b html -d {toxinidir}/docs/_build {toxinidir}/docs {toxinidir}/docs/_build/
 
     coverage: coverage erase
-    coverage: coverage run --rcfile={toxinidir}/.coveragerc {envbindir}/trial --reporter=bwverbose {posargs:twisted}
+    coverage: coverage run --rcfile={toxinidir}/.coveragerc {envbindir}/trial --reactor={env:TWISTED_REACTOR:default} {posargs:twisted}
     coverage: coverage report --rcfile={toxinidir}/.coveragerc
 
 [testenv:twistedchecker]