-
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.yml: Install using pip once #466
Conversation
dependency conflict present with this current version https://travis-ci.org/Mixih/corobo/builds/319003240#L896. I suspect a pin is misplaced |
.travis.yml
Outdated
- pip install -r requirements.txt | ||
- pip install -r test-requirements.txt | ||
before_install: | ||
- sed -i '1s/^/coala-bears/' requirements.txt |
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.
this regex creates a malformed dep since it just mushes it together. add a newline after the sub? https://travis-ci.org/Mixih/corobo/builds/319014020#L490
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.
oops ;-)
still conflicting https://travis-ci.org/jayvdb/corobo/builds/319016053#L714 |
@gitmate-bot rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase with GitMate.io was successful! 🎉 |
There is a travis breakage in the tests, which should get solved first |
@gitmate-bot rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase with GitMate.io was successful! 🎉 |
This is blocked on a pre-release of coala |
Travis tests have failedHey @jayvdb, 1st Builddocker build -t "corobo" .
|
Travis tests have failedHey @jayvdb, 1st Builddocker build -t "corobo" .
|
Travis tests have failedHey @jayvdb, 1st Builddocker build -t "corobo" .
|
Travis tests have failedHey @jayvdb, 1st Builddocker build -t "corobo" .
|
Comment on 55a8717, file plugins/ban.py, line 39. Broken link - unable to connect to https://api.gitter.im/v1/rooms/ Origin: InvalidLinkBear, Section: |
5857946
to
dfd99ec
Compare
Travis tests have failedHey @jayvdb, 1st Builddocker build -t "corobo" .
|
dc8d769
to
4268647
Compare
Travis tests have failedHey @jayvdb, 1st Builddocker build -t "corobo" .
|
Comment on d1e675e, file plugins/ban.py, line 73. Broken link - unable to connect to https://api.gitter.im/v1/rooms/ Origin: InvalidLinkBear, Section: |
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, and use coala bears master. Remove hack for GitCommitBear which is no longer necessary. Closes coala#496 Related to coala/meta#123
ack 2780589 |
ack 467fe50 |
@gitmate-bot ff |
Hey @yukiisbored, you do not have the access to perform the fastforward action with GitMate.io. Please ask a maintainer to give you access. |
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward with GitMate.io was successful! 🎉 |
The default
install:
phase of Travis CI doespip install -r requirements.txt
, which wasduplicated by the custom
before_script:
block.Reviewers Checklist
botcmd
andre_botcmd
decorators.