Skip to content

Commit

Permalink
Simplify and future-proof tox usage documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joni Orponen committed Dec 28, 2017
1 parent bad4827 commit 3e3e37e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/hacking.rst
Expand Up @@ -212,10 +212,9 @@ configured commands.
:mod:`zope.interface` configures the following :mod:`tox` environments via
its ``tox.ini`` file:

- The ``py26``, ``py27``, ``py33``, ``py34``, and ``pypy`` environments
builds a ``virtualenv`` with ``pypy``,
installs :mod:`zope.interface` and dependencies, and runs the tests
via ``python setup.py test -q``.
- The defined Python environments build a ``virtualenv`` with various Python 2,
Python 3, PyPy 2 and PyPy 3 versions, install :mod:`zope.interface` and
dependencies, and run the tests via ``python setup.py test -q``.

- The ``coverage`` environment builds a ``virtualenv`` with ``python2.7``,
installs :mod:`zope.interface` and dependencies, installs
Expand Down

0 comments on commit 3e3e37e

Please sign in to comment.