diff options
author | Joni Orponen <j.orponen@4teamwork.ch> | 2017-12-28 15:45:04 +0100 |
---|---|---|
committer | Joni Orponen <j.orponen@4teamwork.ch> | 2017-12-28 15:45:04 +0100 |
commit | 3e3e37eeb33922d0712c016fe788a87703f51caa (patch) | |
tree | daf8a0d56e5254eb1cd0734f830f2f4f1418cc9c | |
parent | bad48276897b02b6f57de6e1d3946ad053467c50 (diff) | |
download | zope-interface-roto-drop-py33.tar.gz |
Simplify and future-proof tox usage documentation.roto-drop-py33
-rw-r--r-- | docs/hacking.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/hacking.rst b/docs/hacking.rst index 145a307..a523225 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -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 |