-
Notifications
You must be signed in to change notification settings - Fork 103
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
Travis CI invokes pip three times #496
Comments
coala/coala#4993 fixes the problematic pin of colorlog |
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The default `install:` phase of Travis CI does `pip install -r requirements.txt`, which was duplicated by the custom `before_script:` block. Place `coala-bears` at the top of requirements.txt to ensure that its pins are respected. Closes coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The default `install:` phase of Travis CI does `pip install -r requirements.txt`, which was duplicated by the custom `before_script:` block. Place `coala-bears` at the top of requirements.txt to ensure that its pins are respected. Closes coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
coala-bears master does not support Python 3.7 yet due to a bear which does compile on Python 3.7 yet. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The Dockerfile automatically started using Python 3.7 when Alpine starting using that has its default python image. coala-bears master does not support Python 3.7 yet. Also a new bear depends on libbrotli, which requires stdc++. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The Dockerfile automatically started using Python 3.7 when Alpine starting using that has its default python image. coala-bears master does not support Python 3.7 yet. Also a new bear depends on libbrotli, which requires stdc++. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The Dockerfile automatically started using Python 3.7 when Alpine starting using that has its default python image. coala-bears master does not support Python 3.7 yet. Also a new bear depends on libbrotli, which requires stdc++. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The Dockerfile automatically started using Python 3.7 when Alpine starting using that has its default python image. coala-bears master does not support Python 3.7 yet. Also a new bear depends on brotli. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The Dockerfile automatically started using Python 3.7 when Alpine starting using that has its default python image. coala-bears master does not support Python 3.7 yet. Also a new bear depends on brotli. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The Dockerfile automatically started using Python 3.7 when Alpine starting using that has its default python image. coala-bears master does not support Python 3.7 yet. Also a new bear depends on brotli. Related to coala#496 Related to coala/meta#123
jayvdb
added a commit
to jayvdb/corobo
that referenced
this issue
Aug 13, 2018
The default `install:` phase of Travis CI does `pip install -r requirements.txt`, which was duplicated by the custom `before_script:` block. Place `coala-bears` at the top of requirements.txt to ensure that its pins are respected. Closes coala#496 Related to coala/meta#123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
117c747#diff-354f30a63fb0907d4ad57269548329e3R18
WIP at #466
However due to coala outdated pinned dependency on colorlog , it is hard to fix this because a more recent version of colorlog can be installed.
The text was updated successfully, but these errors were encountered: