-
Notifications
You must be signed in to change notification settings - Fork 11
Lovely LIDAR Library #1
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
Conversation
travis passed on first PR, i get a trophy or something!? 😆 |
I'd say that's deserving of a 🌮. Actually, make it two! 🌮 |
# Uncomment the below if you use native CircuitPython modules such as | ||
# digitalio, micropython and busio. List the modules you use. Without it, the | ||
# autodoc module docs will fail to generate with a warning. | ||
# autodoc_mock_imports = ["digitalio", "busio"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surprised Shpinx passed without mocking digitalio
and micropython
. 🤷♂️
Everything else looks good to me, but I'll leave this as a comment and not a review, for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I too am surprised by this. I thought Travis didn't pay attention to requirements.txt
until we had another step done, but apparently it does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops i dont know. we remove that for pypi anyways so it would be removed anyhow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
digitalio
and micropython
are brought in via Blinka and the updated requirements.txt. Good job all! 🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮s all around! Looks good!
huzzah! |
No description provided.