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 81f54ba commit 3db8e63Copy full SHA for 3db8e63
1 file changed
README.rst
@@ -20,15 +20,17 @@ Testing
20
21
After installation, you can launch the test suite::
22
23
- python setup.py test
+ python tests.py
24
25
Or from the python interpreter::
26
27
import matplotlib
28
matplotlib.test()
29
30
Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
31
-more information.
+more information. Note that the test suite requires nose and on python 2.7 mock
32
+which are not installed by default. Please install with pip or your package
33
+manager of choice.
34
35
Contact
36
=======
0 commit comments