@@ -264,10 +264,10 @@ Using tox
264
264
`Tox <https://tox.readthedocs.io/en/latest/ >`_ is a tool for running
265
265
tests against
266
266
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
268
268
altogether (e.g., CPython, PyPy, Jython, etc.)
269
269
270
- Testing all versions of Python (3.5 , 3.6, ...) requires
270
+ Testing all versions of Python (2.7 , 3.6, 3.7 , ...) requires
271
271
having multiple versions of Python installed on your system and on the
272
272
PATH. Depending on your operating system, you may want to use your
273
273
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:
284
284
285
285
.. code-block :: bash
286
286
287
- $ tox -e py36,py37
287
+ $ tox -e py27, py36,py37
288
288
289
289
Tox processes everything serially so it can take a long time to test
290
290
several environments. To speed it up, you might try using a new,
0 commit comments