-
Notifications
You must be signed in to change notification settings - Fork 76
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
.coafile: Add NoFutureImportBear #268
base: master
Are you sure you want to change the base?
Conversation
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.
python setup.py install
results in a failure. It has to be executed twice for everything to get install.
Error =>
Running coala-bears-0.12.0.dev20171110210444/setup.py -q bdist_egg --dist-dir /tmp/easy_install-t07yccma/coala-bears-0.12.0.dev20171110210444/egg-dist-tmp-8wzkz89t
ERROR:root:Module coalib is not found. Cannot do version checking.
error: [Errno 2] No such file or directory: 'ignore.txt'
Hey @MacBox7, TravisCI finished with status |
Blocked by https://gitlab.com/coala/mobans/issues/51 |
Should this be pinned to a specific release for now? |
This repo needs to use coala-bears master. |
Best done after #318 to avoid having two different versions of coala in the same CI, which is rather confusing. |
@MacBox7, sorry for the long delay. CI is now fixed and you can finish this off. |
Travis tests have failedHey @MacBox7, 1st Buildpytest
TravisBuddy Request Identifier: ae3e1310-adcf-11e9-aa77-bf7f12915990 |
Odd that it fails on Windows. See if there are any useful changes from moban to the coala-pyflakes repo |
Closes #267