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 51b8ebc commit 887ec5fCopy full SHA for 887ec5f
doc/devel/contributing.rst
@@ -206,12 +206,12 @@ tools:
206
207
* Code with a good unittest coverage (at least 70%, better 100%), check with::
208
209
- python -mpip install coverage
210
- python -mpytest --cov=matplotlib --showlocals -v
+ python -m pip install coverage
+ python -m pytest --cov=matplotlib --showlocals -v
211
212
* No pyflakes warnings, check with::
213
214
- python -mpip install pyflakes
+ python -m pip install pyflakes
215
pyflakes path/to/module.py
216
217
.. note::
0 commit comments