Re: [pygame] Travis-CI builds

2014-12-15 Thread claudio canepa
A site that does free CI on Windows is http://www.appveyor.com/ Nikola, a blogging software in python uses that, you can see the script it uses to guide the testrun at https://github.com/getnikola/nikola/blob/master/appveyor.yml Now, I don't know the details of the environment provided nor what a

Re: [pygame] Travis-CI builds

2014-12-15 Thread Paul Vincent Craven
René, I see your e-mail on the archives for the snakebite mailing list. I get the feeling it isn't a very active project anymore. I don't think Travis-CI can do a Windows build or Mac build. I think we'll need to do those ourselves. Paul Vincent Craven On Mon, Dec 15, 2014 at 12:05 PM, René Dudf

[pygame] Successful Travis-CI build with Python 2.7 and Python 3.4

2014-12-15 Thread Paul Vincent Craven
https://travis-ci.org/pvcraven/pygame/builds/44128771 Paul Vincent Craven

[pygame] event wait with timeout?

2014-12-15 Thread René Dudfield
Hi, there's a patch for adding a pygame.event.wait(timeout) on bitbucket: https://bitbucket.org/pygame/pygame/pull-request/31/add-timeout-parameter-while-waiting-for/ Does anyone have a use for this? If so, can anyone test it? If someone does that for me, then I'll do a code review. Otherwise we

Re: [pygame] pygame 1.9.2 release

2014-12-15 Thread René Dudfield
Hi Lenard, Seems to be a few issues with the freetype module. I made a list of them at the bottom of this issue. https://bitbucket.org/pygame/pygame/issue/228/freetype-unit-tests-fail-with-travis-ci Are you able to help with these ones? best, On Sun, Dec 14, 2014 at 7:58 PM, Lenard Lindstrom

Re: [pygame] Travis-CI builds

2014-12-15 Thread René Dudfield
Lovely work Paul! I've looked over some of your pull requests. Will take a deeper look now. I've asked for access to the snakebite.net server for buildbots, but see how we go. They have numerous windows builders and a mac (10.8) builder (plus heaps of esoteric machines). Got a sort of 'no'/'I do

[pygame] Travis-CI builds

2014-12-15 Thread Paul Vincent Craven
Hi, I've been able to work around testing issues on Travis-CI to get a successful build under Linux and Python 2.7. This can automatically push out to PyPl if we want it to. I am creating issues and pull requests to get around the problems I encountered. Take a look at them and give feedback if y

Re: [pygame] My game - Time Trek

2014-12-15 Thread Michael Lutynski
Hello Ted, That’s quite the effort, and I’d love to give it a go on my Kubunutu Linux setup, but the pygame movie module isn’t implemented here, so my pygame cannot play the .mpg videos :( > python TimeTrek.py TimeTrek.py:2948: RuntimeWarning: use movie: No module named movie (ImportError: No m