-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: move asv build to a daily travis cron #19695
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
Are you working on this, or should I? |
feel free! I would create another repo (in pandas-dev) to do this i suppose u could reuse that code |
Good idea. Thoughts on moving over
Anything else? |
i think those plus 32 bit build would be awesome maybe just run these on a daily cron |
maybe doc build as well? |
I think Joris had plans (or hopes?) to move the doc build to circle-CI and
upload an artifact so that users can check the doc build, similar to how
scikit-learn does it.
…On Wed, Feb 14, 2018 at 5:58 AM, Jeff Reback ***@***.***> wrote:
maybe doc build as well?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIu0Qltd9xWgFpXNqvMlj4zCytxfxks5tUsplgaJpZM4SFIXG>
.
|
even better! note that we do this also in ibis-project |
👍 . I'll be offline for a couple hours, but will start on this afterwards. Tangentially related, I'd like to go through all our I want to get to the point where we have a single And then we can small script that will print out the various versions of deps we're tested against. I'd also like to better manage optional dependencies and test-only dependencies, but not sure the best way forward yet. |
all for cleaning up |
Even apart from that, I often check the doc build to then comment on the PR with things that break the docs, so I would prefer to keep this in the pandas CI itself. |
FYI: https://travis-ci.org/pandas-dev/pandas-ci/ if you want to sign up for
alerts on build failures, though maybe wait until I get a successful build
first :) Then I'll switch it over to a daily cron.
I'm doing conda build and ASV now.
Pip build with no Cython will follow once we figure out why it's broken.
…On Wed, Feb 14, 2018 at 10:07 AM, Joris Van den Bossche < ***@***.***> wrote:
I think Joris had plans (or hopes?) to move the doc build to circle-CI and
upload an artifact so that users can check the doc build, similar to how
scikit-learn does it.
Even apart from that, I often check the doc build to then comment on the
PR with things that break the docs, so I would prefer to keep this in the
pandas CI itself.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIkJhPMV14TdtJxr1T6y_vhqMaKUjks5tUwSrgaJpZM4SFIXG>
.
|
yeah not concerned about the doc build really. the other builds are just taking extra time on each commit and doing daily would be sufficient. |
I think everything here is done. |
No description provided.
The text was updated successfully, but these errors were encountered: