coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

.coafile: Add NoFutureImportBear #268

Open ankitxjoshi opened 6 years ago

ankitxjoshi commented 6 years ago

Closes https://github.com/coala/coala-quickstart/issues/267

TravisBuddy commented 6 years ago

Hey @MacBox7, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

jayvdb commented 6 years ago

Blocked by https://gitlab.com/coala/mobans/issues/51

ankitxjoshi commented 6 years ago

Should this be pinned to a specific release for now?

jayvdb commented 6 years ago

This repo needs to use coala-bears master.

jayvdb commented 5 years ago

Best done after https://github.com/coala/coala-quickstart/issues/318 to avoid having two different versions of coala in the same CI, which is rather confusing.

jayvdb commented 5 years ago

@MacBox7, sorry for the long delay. CI is now fixed and you can finish this off.

TravisBuddy commented 5 years ago

Travis tests have failed

Hey @MacBox7, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest ``` pytest-travis-fold~=1.3.0 requests-mock~=1.2 ipdb~=0.11 -pip!=9.0.2, !=10.0.*, !=18.0 +pip<10 six>=1.11.0 wheel~=0.29 The command ".ci/check_moban.sh" exited with 1. store build cache changes detected (content changed, file is created, or file is deleted):\n/home/travis/.cache/pip/http/0/4/e/0/1/04e017851dbfe81db92d092eaaf2526622c3950bcb8f2696e57143da /home/travis/.cache/pip/http/1/8/0/c/9/180c97d0ce330d4b5bdf9a3714532b2cb5ff73126efb503833a43e4b /home/travis/.cache/pip/http/2/8/b/e/3/28be33ead213cc2e533cbeb10984fb112c05c40c8e6583014880063d /home/travis/.cache/pip/http/3/3/a/d/7/33ad7fe31489f80e15fea42300adbfc4d75c0efc76d75cfab7d2e5b0 /home/travis/.cache/pip/http/4/5/9/7/6/45976c194ebb9180bf7410d422bcad653ce13bcb64dda0d07d72b09d /home/travis/.cache/pip/http/4/9/0/f/6/490f6d7cd33219a4671ccf426e5cf1fb77b4a08820a91961cb0ae903 /home/travis/.cache/pip/http/4/9/5/1/d/4951d5b1cc8cf21ac6def23284ec38188e32c306e8f7d8cf3c44264d /home/travis/.cache/pip/http/4/9/f/5/b/49f5b6df1993e2e89e871ce7123446e622bbf71141094da3530e6108 /home/travis/.cache/pip/http/8/0/7/8/0/80780a36033f35b0aaa2e31728fae9cc8e5e456217a81645ce80839e /home/travis/.cache/pip/http/8/5/e/d/c/85edc62f7d2575bfd467818ec3147c3d95e5fe9ef615404746a879c3 /home/travis/.cache/pip/http/9/4/5/2/4/9\n... changes detected, packing new archive uploading PR.268/cache-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--python-3.6.tgz cache uploaded Done. Your build exited with 1. ```
TravisBuddy Request Identifier: ae3e1310-adcf-11e9-aa77-bf7f12915990
jayvdb commented 5 years ago

Odd that it fails on Windows. See if there are any useful changes from moban to the coala-pyflakes repo setup.py - that is just an idea -- not really sure why it is failing.