Any progress on this? Jenkins build #443 is still stuck.
On 09/20/2017 04:53 PM, RJ Ryan wrote:
Sorry for this :(. The Mac build VM hangs shortly after I revive it each
time. I will try to spend some time on this this weekend.
On Wed, Sep 20, 2017 at 2:14 PM, Be mailto:b...@gmx.com>>
wrote:
Now Travis is failing for macOS builds too...
On 09/25/2017 04:51 PM, Be wrote:
Any progress on this? Jenkins build #443 is still stuck.
On 09/20/2017 04:53 PM, RJ Ryan wrote:
Sorry for this :(. The Mac build VM hangs shortly after I revive it
each time. I will try to spend some time on this t
Le 26/09/2017 à 07:28, Be a écrit :
Now Travis is failing for macOS builds too...
it seams that travis switched to python3 so
print "..."
syntax should be replaced by
print("...")
probably we need a way to switch back to python2(easier short-term fix)
but I don't know how brew work for that.