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 actions (#5) #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stuart23
Copy link

Running the tests with coverage on TravisCI was giving the following error:

WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.

Instead, the tests are done with tox. I have switched the CI to GitHub actions from Travis. This is personal preference, but Actions is better integrated on GitHub than Travis. Also, if people are forking this into a private fork, they will still be able to utilize CI without having to sign up for a Travis subscription.

Running the tests with `coverage` on TravisCI was giving the following error:

_WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox._

Instead, the tests are done with `tox`. I have switched the CI to GitHub actions from Travis. This is personal preference, but Actions is better integrated on GitHub than Travis. Also, if people are forking this into a private fork, they will still be able to utilize CI without having to sign up for a Travis subscription.
@stuart23 stuart23 changed the title Stuart23 GitHub actions (#5) GitHub actions (#5) Dec 13, 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.

1 participant