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

GitHub Action to test Python code #4188

Merged
merged 17 commits into from
Dec 11, 2020
Merged

Conversation

cclauss
Copy link
Collaborator

@cclauss cclauss commented Nov 30, 2020

Fixes #4207

Because Travis CI no longer freely supports open-source projects.

Closes #

Technical

Testing

Screenshot

Stakeholders

Because Travis CI no longer freely supports open source projects.
@cclauss cclauss force-pushed the GitHub-Action-lint_python.yml branch from 8fa99dc to f0174cc Compare December 7, 2020 13:02
@cclauss cclauss requested a review from cdrini December 8, 2020 14:43
@cclauss cclauss changed the title GitHub Action to lint Python code GitHub Action to test Python code Dec 8, 2020
@mekarpeles mekarpeles added this to the Active Sprint milestone Dec 8, 2020
@cclauss cclauss mentioned this pull request Dec 9, 2020
@cclauss cclauss added Needs: Testing Theme: Testing Involves work related to testing infrastructure, development, and ops. [managed] and removed Needs: Testing labels Dec 9, 2020
@cclauss
Copy link
Collaborator Author

cclauss commented Dec 11, 2020

make git did the trick... Please review and land this one.

Copy link
Collaborator

@cdrini cdrini left a comment

Choose a reason for hiding this comment

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

Lgtm! Only blocker is ubuntu version should match our dockerfile, and a suggestion to make the step names a little cleaner.

EDIT: Oh! I forgot; remove the python checks from Travis! We don't need them anymore :)

EDIT: Ooops, something went wrong; sorry for the duplicate comments!

.github/workflows/python_tests.yml Outdated Show resolved Hide resolved
.github/workflows/python_tests.yml Show resolved Hide resolved
.github/workflows/python_tests.yml Show resolved Hide resolved
@cdrini
Copy link
Collaborator

cdrini commented Dec 11, 2020

Oh! I forgot; main block is remove or comment out from the travis file whatever is being run here; don't need them to be running twice 👍 (Edited CR)

Copy link
Collaborator

@cdrini cdrini left a comment

Choose a reason for hiding this comment

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

Looking good! Last few comments :)

.github/workflows/python_tests.yml Outdated Show resolved Hide resolved
.github/workflows/python_tests.yml Show resolved Hide resolved
.github/workflows/python_tests.yml Show resolved Hide resolved
Co-authored-by: Drini Cami <cdrini@gmail.com>
Copy link
Collaborator

@cdrini cdrini left a comment

Choose a reason for hiding this comment

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

Lgtm!

@cdrini cdrini merged commit 29c3c72 into master Dec 11, 2020
@cdrini cdrini deleted the GitHub-Action-lint_python.yml branch December 11, 2020 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Theme: Testing Involves work related to testing infrastructure, development, and ops. [managed]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travis no longer running
3 participants