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

Move away from TravisCI #857

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JostMigenda
Copy link

This closes #695 by removing all references to TravisCI and adding a GitHub Actions workflow for testing and linting instead.

A few notes:

  • Instead of tox, this workflow uses GitHub Actions’ native capabilities for testing across multiple Python versions. This seems more straightforward and is more easily extensible e.g. to test on different operating systems. I’ve kept tox everywhere else, for local testing. (Personally, I’d be tempted to remove it completely—but that’s better left to a separate PR.)
  • It is also possible to set up a GitHub Actions workflow to automatically publish to PyPI. GitHub docs have a complete workflow template for that; for now, I’ve included a link to that in CONTRIBUTING.rsts “Deployment” section, but I could also add that workflow to the template directly, if you think that makes sense?

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.

Travis not usable anymore
1 participant