Testing against multiple versions of Python

andrea crotti andrea.crotti.0 at gmail.com
Fri Oct 19 04:47:27 EDT 2012


2012/10/19 Michele Simionato <michele.simionato at gmail.com>:
> Yesterday I released a new version of the decorator module. It should run under Python 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3. I did not have the will to install on my machine 8 different versions of Python, so I just tested it with Python 2.7 and 3.3. But I do not feel happy with that. Is there any kind of service where a package author can send a pre-release version of her package and have its tests run againsts a set of different Python versions?
> I seem to remember somebody talking about a service like that years ago but I don't remembers. I do not see anything on PyPI. Any advice is welcome!
>
>  Michele Simionato
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list


Travis on github maybe is what you want?



More information about the Python-list mailing list