Re: [Numpy-discussion] Travis-CI stopped supporting Python 3.1, but added 3.3

2012-12-21 Thread Ondřej Čertík
On Fri, Dec 21, 2012 at 12:05 PM, Nathaniel Smith wrote: > On Fri, Dec 21, 2012 at 1:23 AM, Ondřej Čertík > wrote: >> Hi, >> >> I noticed that the 3.1 tests are now failing. After clarification with >> the Travis guys: >> >> https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion >> >

Re: [Numpy-discussion] Travis-CI stopped supporting Python 3.1, but added 3.3

2012-12-21 Thread Nathaniel Smith
On Fri, Dec 21, 2012 at 1:23 AM, Ondřej Čertík wrote: > Hi, > > I noticed that the 3.1 tests are now failing. After clarification with > the Travis guys: > > https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion > > I've submitted a fix to our .travis.yml (and backported to 1.7): > >

Re: [Numpy-discussion] Travis-CI stopped supporting Python 3.1, but added 3.3

2012-12-21 Thread Ralf Gommers
On Fri, Dec 21, 2012 at 2:23 AM, Ondřej Čertík wrote: > Hi, > > I noticed that the 3.1 tests are now failing. After clarification with > the Travis guys: > > https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion > > I've submitted a fix to our .travis.yml (and backported to 1.7): > >

[Numpy-discussion] Travis-CI stopped supporting Python 3.1, but added 3.3

2012-12-20 Thread Ondřej Čertík
Hi, I noticed that the 3.1 tests are now failing. After clarification with the Travis guys: https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion I've submitted a fix to our .travis.yml (and backported to 1.7): https://github.com/numpy/numpy/pull/2850 https://github.com/numpy/numpy