Skip to content

Commit 291041b

Browse files
committed
DOC: put py27 back into the docs
1 parent 4f45346 commit 291041b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/devel/testing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ Using tox
264264
`Tox <https://tox.readthedocs.io/en/latest/>`_ is a tool for running
265265
tests against
266266
multiple Python environments, including multiple versions of Python
267-
(e.g., 3.5, 3.6) and even different Python implementations
267+
(e.g., 2.7, 3.5, 3.6) and even different Python implementations
268268
altogether (e.g., CPython, PyPy, Jython, etc.)
269269

270-
Testing all versions of Python (3.5, 3.6, ...) requires
270+
Testing all versions of Python (2.7, 3.6, 3.7, ...) requires
271271
having multiple versions of Python installed on your system and on the
272272
PATH. Depending on your operating system, you may want to use your
273273
package manager (such as apt-get, yum or MacPorts) to do this.
@@ -284,7 +284,7 @@ You can also run tox on a subset of environments:
284284

285285
.. code-block:: bash
286286
287-
$ tox -e py36,py37
287+
$ tox -e py27,py36,py37
288288
289289
Tox processes everything serially so it can take a long time to test
290290
several environments. To speed it up, you might try using a new,

0 commit comments

Comments
 (0)