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

Add a pr build and test action #1

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

mikelane
Copy link
Owner

Overview

Adds a github workflow to test PRs to reddit-get.

Details

This workflow first sets up python 3.6, 3.7, 3.8, and 3.9 on Linux, MacOS, and Windows. After that, it will setup poetry and (using cached dependencies) it will install the dependencies. After that, it will run pytest with black, isort, and coverage tests.

@mikelane mikelane merged commit 1558b70 into main Jan 30, 2021
Sign up for free to 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.

None yet

1 participant