Hi, On Thu, Jul 3, 2014 at 3:18 AM, RjOllos <[email protected]> wrote: > I suppose we could contact them and ask if they are willing to loosen the > restrictions for an open source project. Given the limited Python versions > though, I'm hoping we can find a better solution. I might write-up our > findings as a blog post since it would be a useful way to give them feedback > and maybe get some input from other open source projects. I recall first > reading about drone.io in a blog post by Anatoly. Let's also see what > TravisCI can do.
I just tried travis-ci. Matrix build works well under the following. Python: - 2.6 (without subversion binding) - 2.7 Database: - SQLite on-memory - SQLite file - PostgreSQL - MySQL https://travis-ci.org/jun66j5/trac/builds/29040035 https://github.com/jun66j5/trac/blob/travis_0.12/.travis.yml -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
