summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-16 10:01:12 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-16 10:01:12 -0500
commit26be4196cf3f16c7ab9ff4481c30ee406f1ff0a7 (patch)
tree9bd8af2e87ab54779aee6542547d1bf8c1189f78
parentf6e292e3aaaecd89f60195ad51872f8142de423e (diff)
downloadzope-event-26be4196cf3f16c7ab9ff4481c30ee406f1ff0a7.tar.gz
Tighten up tox description.
-rw-r--r--docs/hacking.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hacking.rst b/docs/hacking.rst
index dd0ec60..ad21f30 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -218,14 +218,14 @@ configured commands.
its ``tox.ini`` file:
- The ``py26``, ``py27``, ``py33``, ``py34``, and ``pypy`` environments
- builds a ``virtualenv`` with ``pypy``,
+ builds a ``virtualenv`` with the corresponding interpreter,
installs :mod:`zope.event` and dependencies, and runs the tests
- via ``python setup.py test -q``.
+ via ``python setup.py -q test -q``.
- The ``coverage`` environment builds a ``virtualenv`` with ``python2.6``,
installs :mod:`zope.event`, installs
:mod:`nose` and :mod:`coverage`, and runs ``nosetests`` with statement
- coverage.
+ and branch coverage.
- The ``docs`` environment builds a virtualenv with ``python2.6``, installs
:mod:`zope.event`, installs ``Sphinx`` and