Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31717
| References | <a9ec0dca-4ba8-4887-b65f-359898576795@googlegroups.com> |
|---|---|
| Date | 2012-10-19 09:47 +0100 |
| Subject | Re: Testing against multiple versions of Python |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2496.1350636449.27098.python-list@python.org> (permalink) |
2012/10/19 Michele Simionato <michele.simionato@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?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Testing against multiple versions of Python Michele Simionato <michele.simionato@gmail.com> - 2012-10-18 20:58 -0700
Re: Testing against multiple versions of Python andrea crotti <andrea.crotti.0@gmail.com> - 2012-10-19 09:47 +0100
Re: Testing against multiple versions of Python Boris FELD <lothiraldan@gmail.com> - 2012-10-19 10:50 +0200
Re: Testing against multiple versions of Python Michele Simionato <michele.simionato@gmail.com> - 2012-10-19 02:17 -0700
Re: Testing against multiple versions of Python Duncan Booth <duncan.booth@invalid.invalid> - 2012-10-19 09:17 +0000
csiph-web