Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406a56f commit 35fee6aCopy full SHA for 35fee6a
1 file changed
doc/devel/coding_guide.rst
@@ -62,8 +62,8 @@ PR Review guidelines
62
63
* Make sure the Travis tests are passing before merging.
64
65
- - The Travis tests automatically test the code on all of the Python versions
66
- Matplotlib supports when a pull request is created or updated.
+ - Whenever a pull request is created or updated, Travis automatically runs
+ the test suite on all versions of Python supported by Matplotlib.
67
The `tox` support in Matplotlib may be useful for testing locally.
68
69
* Do not self merge, except for 'small' patches to un-break the CI.
0 commit comments