Skip to content

Conversation

@opacam
Copy link
Member

No description provided.

@if test -n "$$CI";then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls;fi;\

rebuild_updated_recipes: virtualenv
.$(ACTIVATE)&&\
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that we forgot to activate virtualenv...ahaha...

The two previous PRs should be rebased on top of develop branch once this merged...so we can know for sure that the changes applied there works as expected. The affected PRs are:

Comment on lines +28 to +32
sh.rm(
'-rf',
'src/zope/interface/tests',
'src/zope/interface/common/tests',
)
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shorten the line, to be below 79 characters, to force rebuild_updated_recipes script to be triggered.

Copy link
Member

@AndreMirasAndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thanks

@opacamopacam merged commit b27ff0b into kivy:developNov 17, 2019
@opacamopacam deleted the hotfix-rebuild-updated-recipes branch November 17, 2019 14:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@opacam@AndreMiras