Skip to content

chore: update make target to handle installation#111

Merged
miketheman merged 1 commit intomainfrom
fix-60
Jan 23, 2022
Merged

chore: update make target to handle installation#111
miketheman merged 1 commit intomainfrom
fix-60

Conversation

@miketheman
Copy link
Copy Markdown
Owner

The make install target has evolved a bit, and now if a new project
checks out the code and runs make, we should expect that the
dependencies get installed and the tests run.

Of course, this is predicated on the existence of poetry, which is
already handled.

Fixes #60

Signed-off-by: Mike Fiedler miketheman@gmail.com

The `make install` target has evolved a bit, and now if a new project
checks out the code and runs `make`, we should expect that the
dependencies get installed and the tests run.

Of course, this is predicated on the existence of `poetry`, which is
already handled.

Fixes #60

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added the chore General maintenance items label Jan 23, 2022
@miketheman miketheman self-assigned this Jan 23, 2022
@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 1fb6a26 and detected 0 issues on this pull request.

View more on Code Climate.

@miketheman miketheman merged commit 0b75b75 into main Jan 23, 2022
@miketheman miketheman deleted the fix-60 branch January 23, 2022 19:41
@miketheman miketheman added this to the 0.5.1 milestone Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore General maintenance items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

poetry no longer creates "editable" metadata file, adds work during tests

1 participant