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

Split Travis config into jobs #43

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

Split Travis config into jobs #43

wants to merge 12 commits into from

Conversation

liam-m
Copy link
Owner

@liam-m liam-m commented Nov 6, 2019

This should allow the CI to run faster by avoiding redundant stages across Python versions (no reason to run mypy, pylint, or coverage under each Python version, so just run once under nightly) and allow better parallelisation (e.g. running coverage in parallel with unit tests).

In practice it'll require fine tuning as each job has the overhead of setting up the environment (30+ seconds).

It's also quite fiddly as the jobs matrix isn't expanded over top-level python versions, so we have to do it manually with YAML aliases.

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