-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: migrate to travis container infrastructure #10598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't seen any major improvements in testing speed when using this. I switched pandas-datareader to this and the build time dropped form 3 to 1.5, which is something for a small project. In terms of buidl time, I don't think it woudl do much for pandas. However, if you get faster access to build servers then it could be worth it - the backlog of PRs can get pretty big at times. |
@bashtage thanks for the fb. I have actually been noticiing that travis seems to be building faster lately (on the old infrastructure). I think main benefit is we could use the travis caching (as opposed to the only pyx build cache that we use from iron-cache). |
Might be a good reference: libdynd/libdynd#481 |
It seems that the travis job |
http://docs.travis-ci.com/user/migrating-from-legacy/
trivial I think to remove the
sudo
. but prob have to change some stuff (as weuse some apt stuff)
currently we externally cache, so that would have to be figure out (at a later date is ok)
The text was updated successfully, but these errors were encountered: