r47180 - document it

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 7 Apr 2016 21:09:57 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Thu Apr  7 21:09:44 2016
New Revision: 47180

Modified:
   branches/tox-reactors-8269/README.rst

Log:
document it

Modified: branches/tox-reactors-8269/README.rst
==============================================================================
--- branches/tox-reactors-8269/README.rst	(original)
+++ branches/tox-reactors-8269/README.rst	Thu Apr  7 21:09:44 2016
@@ -64,6 +64,12 @@
   $ tox -e py27-tests # to run the tests for Python 2.7
   $ tox -e py34-tests # to run the tests for Python 3.4
 
+
+You can test running the test suite under the different reactors with the ``TWISTED_REACTOR`` environment variable::
+
+  $ env TWISTED_REACTOR=epoll tox -e py27-tests
+
+
 Some of these tests may fail if you:
 
 * don't have the dependencies required for a particular subsystem installed,