Y
Hacker News
new
|
ask
|
show
|
jobs
by
nl5874
4150 days ago
Yes, true, but only if it breaks. This enforces common code quality issues, so it will run side-to-side with travis.
1 comments
ayrx
4150 days 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.
link
In Python this usually means running flake8 as a Travis job.