Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f964e67

Browse files
committed
Tweaks to devel/coding_guide.rst suggested by @mdboom
1 parent ccce78f commit f964e67

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/devel/coding_guide.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,14 @@ Python environments, including multiple versions of Python (e.g.: 2.6, 2.7,
517517
3.2, etc.) and even different Python implementations altogether (e.g.: CPython,
518518
PyPy, Jython, etc.)
519519

520-
It's a good idea to run ``tox`` in your working directory before submitting a
521-
pull request with your changes. To do so:
520+
Testing all 4 versions of Python (2.6, 2.7, 3.1, and 3.2) requires having four
521+
versions of Python installed on your system and on the PATH. Depending on your
522+
operating system, you may want to use your package manager (such as apt-get,
523+
yum or MacPorts) to do this, or use `pythonbrew
524+
<https://github.com/utahta/pythonbrew>`_.
525+
526+
tox makes it easy to determine if your working copy introduced any regressions
527+
before submitting a pull request. Here's how to use it:
522528

523529
.. code-block:: bash
524530

0 commit comments

Comments
 (0)