Skip to content

Commit

Permalink
Add doc8 and pylint to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jun 1, 2018
1 parent 611b982 commit 954fc18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ matrix:
- env: TOXENV=manifest
- env: TOXENV=rst-lint
- env: TOXENV=flake8
- env: TOXENV=doc8
- env: TOXENV=pylint
allow_failures:
- env: TOXENV=flake8
- env: TOXENV=doc8
- env: TOXENV=pylint
install:
- pip install tox
- pip install codecov
Expand Down

0 comments on commit 954fc18

Please sign in to comment.