summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoni Orponen <Rotonen@users.noreply.github.com>2017-12-29 15:59:04 +0200
committerGitHub <noreply@github.com>2017-12-29 15:59:04 +0200
commitc9716a37f7c5caaa829349a1613cfc9594dbba84 (patch)
treed2d6da7e32027a029568c3bdfa16d94b2c5ef300 /docs
parent485fdd793cdc5e94324668fcd3d763df332334de (diff)
parent3e3e37eeb33922d0712c016fe788a87703f51caa (diff)
downloadzope-interface-c9716a37f7c5caaa829349a1613cfc9594dbba84.tar.gz
Merge pull request #110 from zopefoundation/roto-drop-py33
Drop testing and pypi-declared support of Python 3.3
Diffstat (limited to 'docs')
-rw-r--r--docs/hacking.rst7
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