@@ -264,10 +264,10 @@ Using tox
264264`Tox <https://tox.readthedocs.io/en/latest/ >`_ is a tool for running
265265tests against
266266multiple 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
268268altogether (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
271271having multiple versions of Python installed on your system and on the
272272PATH. Depending on your operating system, you may want to use your
273273package 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
290290several environments. To speed it up, you might try using a new,
0 commit comments