File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Testing
19
19
20
20
After installation, you can launch the test suite::
21
21
22
- $ make test
22
+ python tests.py
23
23
24
24
Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
25
25
more information.
Original file line number Diff line number Diff line change @@ -384,12 +384,9 @@ The following software is required to run the tests:
384
384
Running the tests
385
385
-----------------
386
386
387
- Running the tests is simple. Make sure you have nose installed. There are two
388
- options to run tests in matplotlib:
387
+ Running the tests is simple. Make sure you have nose installed and run
388
+ the script :file: ` tests.py ` in the root directory of the distribution.
389
389
390
- - use the makefile, and type ``make test `` or ``make test-coverage ``
391
-
392
- - run the script :file: `tests.py ` in the root directory of the distribution.
393
390
The script can take any of the usual `nosetest arguments `_, such as
394
391
395
392
=================== ===========
You can’t perform that action at this time.
0 commit comments