Re: [python-committers] Travis skipping the test build

2017-05-31 Thread Brett Cannon
Looks like it did fix the problem! Travis was also nice enough to reply to me on Twitter about our problem: https://twitter.com/travisci/status/869746712365150209. On Tue, 30 May 2017 at 20:28 Mariatta Wijaya wrote: > I think this PR takes care of it. > https://github.com/python/cpython/pull/187

Re: [python-committers] Travis skipping the test build

2017-05-30 Thread Mariatta Wijaya
I think this PR takes care of it. https://github.com/python/ cpython/pull/1879 On May 30, 2017 4:08 PM, "Brett Cannon" wrote: > At the moment Travis is not running the test build (it's actually not even > listing it as a build). You can look at master, 3.6, or 3.5 to see that > only the docs a

[python-committers] Travis skipping the test build

2017-05-30 Thread Brett Cannon
At the moment Travis is not running the test build (it's actually not even listing it as a build). You can look at master, 3.6, or 3.5 to see that only the docs and coverage builds are being run: https://travis-ci.org/python/cpython/branches . I don't know why this is as it was fine yesterday and t