Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
remi
11y ago
0 comments
Share
Actually, it does in a certain way. Travis runs builds (tests + Phare) for all pull requests (eg.
https://travis-ci.org/mirego/encore/pull_requests
) so we know if pull requests made by external contributors "break the build".
0 comments
default
newest
oldest
nl5874
11y ago
Yes, true, but only if it breaks. This enforces common code quality issues, so it will run side-to-side with travis.
ayrx
11y ago
In all my projects (and the projects I contribute to), style issues are a build-breaking defect.
In Python this usually means running flake8 as a Travis job.
j
/
k
navigate · click thread line to collapse