Skip to content

Commit cddae28

Browse files
committed
Adapt the release guide too
1 parent 019a113 commit cddae28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/release_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ A guide for developers who are doing a matplotlib release.
1313
Testing
1414
=======
1515

16-
* Run all of the regression tests by running ``python setup.py test`` script
16+
* Run all of the regression tests by running ``python tests.py`` script
1717
at the root of the source tree.
1818

19-
* Run :file:`unit/memleak_hawaii3.py` and make sure there are no
19+
* Run :file:`unit/memleak.py` and make sure there are no
2020
memory leaks
2121

2222
* try some GUI examples, e.g., :file:`simple_plot.py` with GTKAgg, TkAgg, etc...

0 commit comments

Comments
 (0)