[wwwsearch-commits] r36199 - wwwsearch/release_scripts

jjlee at codespeak.net jjlee at codespeak.net
Sun Jan 7 19:01:40 CET 2007


Author: jjlee
Date: Sun Jan  7 19:01:38 2007
New Revision: 36199

Modified:
   wwwsearch/release_scripts/cfrelease.py
Log:
Add 2.5 to list of Pythons to test

Modified: wwwsearch/release_scripts/cfrelease.py
==============================================================================
--- wwwsearch/release_scripts/cfrelease.py	(original)
+++ wwwsearch/release_scripts/cfrelease.py	Sun Jan  7 19:01:38 2007
@@ -32,7 +32,7 @@
 
     sdist = release.SDist(NAME, src.fs_path, version, pretend=pretend)
 
-    sdist.test_pythons = [(2,4), (2,3), (2,2), (2,1), (2,0)]
+    sdist.test_pythons = [(2,5), (2,4), (2,3), (2,2), (2,1), (2,0)]
     sdist.add_svn_working_copies([www, common, src])
     def make_readmes(fn, pretend=False):
         readme_html = release.empy(fn, pretend=pretend)


More information about the wwwsearch-commits mailing list