Skip to content

Commit

Permalink
lint the README so pypi publish wont fail
Browse files Browse the repository at this point in the history
  • Loading branch information
eacmen committed Aug 30, 2019
1 parent 8dd74d9 commit 7889d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
include:
- stage: lint
install:
- pip install pycodestyle
- pip install pycodestyle restructuredtext_lint pygments
script:
- pycodestyle --ignore=E501,W504 --show-source $(find centrifuge_cli -name '*.py')
- rst-lint README.rst
- stage: test
install:
- pip install pytest toml
Expand Down

0 comments on commit 7889d45

Please sign in to comment.