mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Update Travis to run the linters individually
This commit is contained in:
parent
8bc76f79de
commit
fd5c7d009d
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -24,6 +24,14 @@ matrix:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=readme
|
env: TOXENV=readme
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: TOXENV=linters
|
env: TOXENV=flake8
|
||||||
|
- python: 3.4
|
||||||
|
env: TOXENV=pylint
|
||||||
|
- python: 3.4
|
||||||
|
env: TOXENV=doc8
|
||||||
|
- python: 3.4
|
||||||
|
env: TOXENV=mypy
|
||||||
|
- python: 3.4
|
||||||
|
env: TOXENV=bandit
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: TOXENV=docs
|
env: TOXENV=docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue