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


_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to