You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several "external packages" (i.e., python/cython packages depending on sage) now use Travis CI, a mainstream automated testing facility. A sample project that does that is available here:
Because of the time limits imposed by Travis CI, it is not possible to build Sage from source for such a test. Therefore, binary releases are used.
I propose that the release process be changed to make binaries available for beta and rc versions, to facilitate testing of external code to be compatible with such prerelease versions. (For Travis CI, only one build, linux/64bit/sage-$VERSION-Ubuntu_12.04-x86_64.tar.bz2, is necessary.)