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

Travis CI migration and packaging improvements #2990

Merged
merged 13 commits into from
May 17, 2018
Prev Previous commit
Next Next commit
Move towncrier linter into its own job
  • Loading branch information
webknjaz committed May 14, 2018
commit dfa709c7d312db04b1bf058e3274026ea19a6755
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,14 @@ jobs:
env:
- docs <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- =
webknjaz marked this conversation as resolved.
Show resolved Hide resolved
script:
- towncrier --yes
- make doc-spelling

- <<: *_doc_base
env:
- towncrier <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <=
script:
- towncrier --yes

- <<: *_lint_base
env:
- flake8 <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <=
Expand Down