Skip to content
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

Closed
jayvdb opened this issue Dec 20, 2017 · 1 comment
Closed

Travis CI invokes pip three times #496

jayvdb opened this issue Dec 20, 2017 · 1 comment
Assignees

Comments

@jayvdb
Copy link
Member

jayvdb commented Dec 20, 2017

117c747#diff-354f30a63fb0907d4ad57269548329e3R18

pip install coala-bears
pip install -r requirements.txt
pip install -r test-requirements.txt

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.

@jayvdb jayvdb self-assigned this Dec 20, 2017
@jayvdb
Copy link
Member Author

jayvdb commented Dec 20, 2017

coala/coala#4993 fixes the problematic pin of colorlog

jayvdb added a commit to jayvdb/corobo that referenced this issue Aug 13, 2018
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
Labels
None yet
Development

No branches or pull requests

1 participant