multi-build / multibuild

Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silent failure of Travis build

Time0o opened this issue · comments

I suspect I may have just made a simple mistake somewhere but I can't figure this out:

I'm currently trying to use update the PyPi deployment for one of my projects to use multibuild, as a first step I've tried to just build and upload a single wheel for Linux/Python 3.6. However, the before_install step fails with no clear indication of what has gone wrong.

Here are my repository and the latest build log. I am currently trying to reproduce this inside the Ubuntu docker image provided by Travis but I currently can't get Docker running in there (which is a separate problem of course).

What's wrong with my setup? Can I get multibuild to produce more verbose output?

I think maybe this is due to Travis shutting doen travis.org and eliminating the free FOSS plan. I was somehow not aware of this until now.

I think we can close this?