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


Groups > comp.lang.python > #31718

Re: Testing against multiple versions of Python

Path csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <lothiraldan@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; 'received:mail-vc0-f174.google.com': 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; 'somebody': 0.23; 'cc:no real name:2**0': 0.24; 'cc:2**1': 0.24; 'machine': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'ago': 0.27; 'cc:addr:gmail.com': 0.27; 'module.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'received:209.85.220.174': 0.29; 'url:mailman': 0.29; 'install': 0.29; 'maybe': 0.29; 'that.': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85.220': 0.35; '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; 'andrea': 0.84; '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:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=VdLWJNmFC2Xmcv8P8mSV4X7RNDztrQMbikunt0OSG5g=; b=Vzz1+vLBNzh3YmTCXLIEe/8asEQP9GIIeXNzWl6/1D1f9wA1Flr9qCW+a8/V3Nb+23 oLzmCry1svQxQZB17g9b9K9tHLa8xXYyg+LteelM7w8XxNVUdalWbUi9L8lZa/f83uDy APBZGwBKfBbEht9Nqf/APXeuWJ5hu/K5y0HmWMQO/mbztKltr4hx7pw6pRVCkJPLKsK5 GXGLPvJAwlqkrG3980ePU4ikhjrlCWXno26IOifZ0TqfJli/W+z3n6GmiBgmiqwvUlZH 2fv2ihFBx481GqBfio30FEUuui7DMNRvuiMMEhHnTs7vGNmPsbn9vMcVGqIqpNVXp4BI VVVg==
MIME-Version 1.0
In-Reply-To <CAF_E5JaGaGFhe15CgKu7mX4qr6wbKW_RG-aVGN1g=S-AUhyK9A@mail.gmail.com>
References <a9ec0dca-4ba8-4887-b65f-359898576795@googlegroups.com> <CAF_E5JaGaGFhe15CgKu7mX4qr6wbKW_RG-aVGN1g=S-AUhyK9A@mail.gmail.com>
From Boris FELD <lothiraldan@gmail.com>
Date Fri, 19 Oct 2012 10:50:00 +0200
Subject Re: Testing against multiple versions of Python
To andrea crotti <andrea.crotti.0@gmail.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org, Michele Simionato <michele.simionato@gmail.com>
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.2497.1350636623.27098.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350636623 news.xs4all.nl 6879 [2001:888:2000:d::a6]:40719
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31718

Show key headers only | View raw


Did you take a look at https://www.shiningpanda-ci.com/?

2012/10/19 andrea crotti <andrea.crotti.0@gmail.com>:
> 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?
> --
> http://mail.python.org/mailman/listinfo/python-list

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