
18 Jun
2009
18 Jun
'09
5:59 a.m.
On Thu, 18 Jun 2009 11:52:02 +0200, Tarek Ziadé ziade.tarek@gmail.com wrote:
On Thu, Jun 18, 2009 at 11:42 AM, David Lyon> wrote:
Why can't Distutils check that a package will work on multiple python versions before uploading it?
you mean before uploading a distribution at pypi ? how do you automate
that
?
Easily(*).....
in a script...
for pyver in installed_python_versions: run_all_tests_on(pyver)
eg.. A 2.6 python can fire off a 2.2 python script.... which can run lots of tests on the 2.2 system....
David