[Distutils] more easyinstall error messages - haha

David Lyon david.lyon at preisshare.net
Thu Jun 18 11:59:39 CEST 2009


On Thu, 18 Jun 2009 11:52:02 +0200, Tarek Ziadé <ziade.tarek at 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




More information about the Distutils-SIG mailing list