8000
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.
2 parents 51b8ebc + 887ec5f commit 705123cCopy full SHA for 705123c
doc/devel/contributing.rst
@@ -206,12 +206,12 @@ tools:
206
837B
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