Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31717

Re: Testing against multiple versions of Python

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <andrea.crotti.0@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'decorator': 0.07; 'python': 0.09; '3.0,': 0.09; 'cc:addr:python-list': 0.10; '2.7': 0.13; '3.2,': 0.16; '3.3.': 0.16; 'pypi.': 0.16; 'subject:versions': 0.16; 'travis': 0.16; 'tests': 0.18; 'versions': 0.20; 'cc:2**0': 0.23; 'somebody': 0.23; 'cc:no real name:2**0': 0.24; 'machine': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'ago': 0.27; 'module.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'url:mailman': 0.29; 'install': 0.29; 'maybe': 0.29; 'that.': 0.30; 'received:209.85.210.174': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'anything': 0.36; 'should': 0.36; 'author': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'advice': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'url:mail': 0.40; 'kind': 0.61; 'different': 0.63; 'talking': 0.66; 'subject:Testing': 0.84; 'subject:against': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2uUk41d4RBXFyZuXOOsIJdvX+DU75ClGn/IxB20JKz0=; b=nyIiiaYZaKjXL0+aCK71S8Sn0IPR3LhjtMNzgOxT2J3Bm9uHpfM7j7ACRvDy+PUjWv 5jaNDU2GUMxSW6RWdSWw7aAGs4bcW1J5AUTD3PcHYY0qKzE60o5iwCARwTvvGfcloCQa QJUyAkIZc6pIS1J7RoV4tlbC3U+Ml+YD9poUESKGYQl9HverwYJWvre4fKWMFMD8wvX/ EypjwLzgNU26xWa1W1VFnQP/CV7Ccz8+fx35M+QJAjGNfw+2nKi2PnjtX6op/jhYUCh2 dE/T2uCC1qH1CUREbU/VRt9vHGNuzfrHm9SxYkuGzudNhlGqaXsVuDkR9ezERHpeUb5K vFWA==
MIME-Version 1.0
In-Reply-To <a9ec0dca-4ba8-4887-b65f-359898576795@googlegroups.com>
References <a9ec0dca-4ba8-4887-b65f-359898576795@googlegroups.com>
Date Fri, 19 Oct 2012 09:47:27 +0100
Subject Re: Testing against multiple versions of Python
From andrea crotti <andrea.crotti.0@gmail.com>
To Michele Simionato <michele.simionato@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2496.1350636449.27098.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350636449 news.xs4all.nl 6899 [2001:888:2000:d::a6]:38776
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31717

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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