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

Replace Travis-CI with GitHub Actions #448

Merged
merged 34 commits into from
Jan 31, 2021
Merged

Replace Travis-CI with GitHub Actions #448

merged 34 commits into from
Jan 31, 2021

Conversation

althonos
Copy link
Member

Type of changes

  • CI
  • Documentation
  • Tests

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @PyFilesystem/maintainers may be pedantic in the code review.

Description

As discussed in #446, this PR replaces the old Travis-CI workflow with a new workflow that uses GitHub Actions. The new workflow will:

  • test and mesure coverage on all supported Python versions:
    • CPython 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
    • PyPy 2.7, 3.6, 3.7
  • lint with the following tools:
    • pycodestyle
    • flake8
    • mypy
    • black
  • upload coverage statistics to Coveralls.

I updated some parts of the code and documentation to make the code base pass the linting stage again, as we have been editing the code without paying attention to these for some time. I still need to update the CONTRIBUTING.md guide to introduce these requirements for anybody who would want to open a PR, since the CI will probably reject them at first.

@althonos althonos added this to the v2.4.13 milestone Jan 28, 2021
@althonos althonos merged commit 8784fd6 into master Jan 31, 2021
@althonos althonos deleted the setup-actions branch March 26, 2021 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Travis-CI with another CI provider Missing build instructions
1 participant