From 7889d457a483d78383be42e320f5c0b6359f4980 Mon Sep 17 00:00:00 2001 From: Peter Eacmen Date: Fri, 30 Aug 2019 01:11:30 -0400 Subject: [PATCH] lint the README so pypi publish wont fail --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 076a2c9..c6e1447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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