Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31723
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Duncan Booth <duncan.booth@invalid.invalid> |
| Newsgroups | comp.lang.python |
| Subject | Re: Testing against multiple versions of Python |
| Date | 19 Oct 2012 09:17:26 GMT |
| Lines | 18 |
| Message-ID | <XnsA0F1679ECADCAduncanbooth@127.0.0.1> (permalink) |
| References | <a9ec0dca-4ba8-4887-b65f-359898576795@googlegroups.com> |
| Reply-To | duncan.booth@suttoncourtenay.org.uk |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | individual.net esRTT3sfdxfXX+sMGu8LvQrUwmVFhdjCSpFLMBxTbWWx/MsYJsq/0U41sMzS3lTdkc |
| Cancel-Lock | sha1:sUiwlu58l3pExqExDnZUPkt5dc0= |
| User-Agent | Xnews/2006.08.24 Hamster/2.1.0.11 |
| X-Face | .C;/v3#w@2k.C(.1v-}d=`|7AQ-%,#A$0ZGtAkLPvuawAM>3#D,pXaAb31%(=Gn2ZZK/Z~fd0y4't5iKK~F":}F2*|\mQYX+BUr4ZM*|+`@o-TKzFGwsJnan{)*b~QJ-Fu^u'$$nYV |
| Xref | csiph.com comp.lang.python:31723 |
Show key headers only | View raw
Michele Simionato <michele.simionato@gmail.com> wrote: > 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! > Not exactly what you asked for, but if you clone https://github.com/collective/buildout.python then a single command will build Python 2.4, 2.5, 2.6, 2.7, 3.2, and 3.3 on your system. -- Duncan Booth http://kupuguy.blogspot.com
Back to comp.lang.python | Previous | Next — Previous 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