-
Notifications
You must be signed in to change notification settings - Fork 12
Prep for publishing as a library and adding to the Bundle #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
looks good but maybe needs some traviscare |
ok ping me when its passin' travis and ill do another quick 👁 |
examples/pyoa_simpletest.py
Outdated
@@ -1,11 +1,13 @@ | |||
#pylint disable=wrong-import-position |
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.
dont disable this, fix it instead!
examples/pyoa_simpletest.py
Outdated
@@ -1,11 +1,13 @@ | |||
#pylint disable=wrong-import-position | |||
|
|||
import sys | |||
sys.path.append('/Adafruit_CircuitPython_PYOA') |
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.
you can remove this, its for testing
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.
Fixed, and Travis is green. Have another look.
Sphinx is choking on displayio. I have no idea how to deal with that. |
good! we can tweak more as you play w/the library :) please submit to the bundle |
No description provided.