Skip to content

Don't install black on TravisCI automatically - #216

Closed
leouieda wants to merge 2 commits into
masterfrom
black
Closed

Don't install black on TravisCI automatically#216
leouieda wants to merge 2 commits into
masterfrom
black

Conversation

@leouieda

Copy link
Copy Markdown
Member

Black is Python 3.6 only so installing it through the requirements.txt
file was causing a silent upgrade of Python.

Will help with the problems in #212

Black is Python 3.6 only so installing it through the requirements.txt
file was causing a silent upgrade of Python.
@leouieda

Copy link
Copy Markdown
MemberAuthor

Build is failing again. It's something to do with libboost being from defaults. I have no idea why it would be. Maybe we should install all the dependencies of GMT separately to enforce using conda-forge.

@leouieda

Copy link
Copy Markdown
MemberAuthor

Got implemented in #224

@leouieda
leouieda deleted the black branch August 17, 2018 04:07
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.

1 participant

@leouieda