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
Polish job names
  • Loading branch information
asvetlov committed May 15, 2018
commit 952c2549ce14845f403fa4c5daf95080930a27f0
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,25 +136,25 @@ jobs:
include:
- <<: *_doc_base
env:
- docs <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- =
- TARGET=docs
script:
- make doc-spelling

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

- <<: *_lint_base
env:
- flake8 <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <=
- TARGET=flake8
script:
- flake8 aiohttp examples tests

- <<: *_lint_base
env:
- dist setup check <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- <- =
- TARGET="dist setup check"
install:
- *upgrade_python_toolset
- pip install -r requirements/doc.txt
Expand Down