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

Fix Continuous Integration Testing: Migrate from Travis to GitHub Actions #137

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

Conversation

tech234a
Copy link
Member

  • Migrate from Travis to GitHub Actions.
  • Eliminate Coveralls (couldn't get it to work, it can be re-added later if someone can get it working).
  • Add Ruff linting (currently set to pass on error, skipped on Python 2.7 due to incompatibility). (Included because the GitHub documentation example included it.)
  • Update tested Python versions to 2.7, 3.7, 3.8, 3.9, 3.10, 3.11 (Python 3.3, 3.4, 3.5, and 3.6 are unavailable on the current GitHub actions image).
  • Update README links and badges.

Eliminate Coveralls.
Add Ruff linting (skipped on Python 2.7).
Update tested Python versions to 2.7, 3.7, 3.8, 3.9, 3.10, 3.11.
Update README links and badges.
@TheTechRobo
Copy link

I thought it was going to be moved to a self-hosted CI...?

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.

2 participants