Released packages are built on Ubuntu nodes (as this is what Travis gives us at the moment).
CI should run a matrix build - that's todo for future. Problem at hand is that packages built on Ubuntu install to /usr/lib/python2.7/dist-packages - which works even with RPMs on Ubuntu, but not with RPMs on CentOS (sic!)
Released packages are built on Ubuntu nodes (as this is what Travis gives us at the moment).
CI should run a matrix build - that's todo for future. Problem at hand is that packages built on Ubuntu install to
/usr/lib/python2.7/dist-packages
- which works even with RPMs on Ubuntu, but not with RPMs on CentOS (sic!)