-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update _bp.pyx #28
Update _bp.pyx #28
Conversation
Changing some method definitions from cdef to cpdef so we have access to those methods from python
👍 Looks like travis isn't running -- I'll see what's going on there |
Thanks for that merge. Travis is running again, looks like there are some issues (https://travis-ci.com/github/wasade/improved-octo-waddle/jobs/363453203). I think it's just that the |
was hopeful py37 would work but it doesn't due to dependencies (https://travis-ci.com/github/wasade/improved-octo-waddle/jobs/363457462). Can you remove the py37 entry from .travis.yml? that i think should do it |
Thanks! Travis is happy now.
… On Jul 21, 2020, at 12:04 PM, Daniel McDonald ***@***.***> wrote:
was hopeful py37 would work but it doesn't due to dependencies (https://travis-ci.com/github/wasade/improved-octo-waddle/jobs/363457462 <https://urldefense.com/v3/__https://travis-ci.com/github/wasade/improved-octo-waddle/jobs/363457462__;!!Mih3wA!V7rBu4m8tHJhAdQ2246ABMVTPX6PBkmF8dbNCveU77wSycr-4ELJGITw6CuDR0a6$>). Can you remove the py37 entry from .travis.yml? that i think should do it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://urldefense.com/v3/__https://github.com/wasade/improved-octo-waddle/pull/28*issuecomment-662049935__;Iw!!Mih3wA!V7rBu4m8tHJhAdQ2246ABMVTPX6PBkmF8dbNCveU77wSycr-4ELJGITw6OGzX8Nw$>, or unsubscribe <https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABRPHIKGWPUT5JB7XVR3Q4DR4XREJANCNFSM4PD3RY3Q__;!!Mih3wA!V7rBu4m8tHJhAdQ2246ABMVTPX6PBkmF8dbNCveU77wSycr-4ELJGITw6CFnNtcy$>.
|
Thanks! |
Changing some method definitions from cdef to cpdef, so we have access to those methods from python