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: 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: References: From: Boris FELD Date: Fri, 19 Oct 2012 10:50:00 +0200 Subject: Re: Testing against multiple versions of Python To: andrea crotti Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org, Michele Simionato X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 Did you take a look at https://www.shiningpanda-ci.com/? 2012/10/19 andrea crotti : > 2012/10/19 Michele Simionato : >> Yesterday I released a new version of the decorator module. It should ru= n under Python 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3. I did not have the w= ill to install on my machine 8 different versions of Python, so I just test= ed 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 o= f her package and have its tests run againsts a set of different Python ver= sions? >> 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