From: <jd...@us...> - 2009-09-08 15:23:09
|
Revision: 7713 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7713&view=rev Author: jdh2358 Date: 2009-09-08 15:23:02 +0000 (Tue, 08 Sep 2009) Log Message: ----------- add test_image to default suite Modified Paths: -------------- trunk/matplotlib/doc/devel/release_guide.rst trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/doc/devel/release_guide.rst =================================================================== --- trunk/matplotlib/doc/devel/release_guide.rst 2009-09-08 15:17:20 UTC (rev 7712) +++ trunk/matplotlib/doc/devel/release_guide.rst 2009-09-08 15:23:02 UTC (rev 7713) @@ -122,7 +122,7 @@ sftp> put matplotlib-0.98.2.tar.gz Uploading matplotlib-0.98.2.tar.gz to /incoming/j/jd/jdh2358/uploads/matplotlib-0.98.2.tar.gz -* go https://sourceforge.net/project/admin/editpackages.php?group_id=80706 and do a +* go https://sourceforge.net/project/admin/explorer.php?group_id=80706 and do a file release. Click on the "Admin" tab to log in as an admin, and then the "File Releases" tab. Go to the bottom and click "add release" and enter the package name but not the version number in Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2009-09-08 15:17:20 UTC (rev 7712) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2009-09-08 15:23:02 UTC (rev 7713) @@ -884,6 +884,7 @@ 'matplotlib.tests.test_axes', 'matplotlib.tests.test_dates', 'matplotlib.tests.test_spines', + 'matplotlib.tests.test_image', ] def test(verbosity=0): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |