-
Notifications
You must be signed in to change notification settings - Fork 2k
tox update and linter fixes #1674
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
tox update and linter fixes #1674
Conversation
- F841 local variable ... is assigned to but never used - F812 list comprehension redefines ... Also added pyleveldb recipe to list of broken recipes, the error was: ``` /home/user/.local/share/python-for-android/build/other_builds/hostpython2/desktop/hostpython2/Include/Python.h:47:19: fatal error: crypt.h: No such file or directory ``` See https://api.travis-ci.org/v3/job/488398065/log.txt
1014eb9 to
b54a1d0
Compare
|
Build eventually green https://travis-ci.org/kivy/python-for-android/builds/488417097 @inclement could you review/merge? |
KeyWeeUsr
left a comment
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.
Check via grep or something that the parser variables (add_parser() result) are not imported somewhere else, otherwise it seems ok. 👍
|
Thanks for the review guys! |
Also added pyleveldb recipe to list of broken recipes, the error was:
See https://api.travis-ci.org/v3/job/488398065/log.txt