On Thu, Aug 3, 2017 at 10:05 AM Matthew Brett <matthew.br...@gmail.com> wrote:
> Hi, > > On Thu, Aug 3, 2017 at 2:12 PM, Andy <t3k...@gmail.com> wrote: > > One more thing: If there was a nightly wheel like for scipy and numpy, > > we could run CI with Cython master. That might lead to finding issues > > earlier. > > We probably don't want to build cython from source on CI, as I expect > that > > would > > take too much time. > > That's a good idea - I will set that up, and email back here with details. > > Cheers, > > Matthew > _______________________________________________ > cython-devel mailing list > cython-devel@python.org > https://mail.python.org/mailman/listinfo/cython-devel FWIW, depending on your CI needs using the no-cython-compile option can speed things up pretty drastically. Cython files don't compile quite as quickly with that option set, but installing Cython itself is much faster. Best of luck, Ian Henriksen
_______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel