[Python-Dev] My thinking about the development process

Nick Coghlan ncoghlan at gmail.com
Sat Dec 6 16:26:27 CET 2014


On 7 December 2014 at 01:07, Donald Stufft <donald at stufft.io> wrote:
> A likely solution is to use a pre-merge test runner for the systems that we
> can isolate which will give a decent indication if the tests are going to
> pass across the entire supported matrix or not and then continue to use the
> current post-merge test runner to handle testing the esoteric systems that
> we can’t work into the pre-merge testing.

Yep, that's exactly the approach I had in mind for this problem.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list