Make convert_readme.sh script check the output

This commit is contained in:
David D Lowe 2017-05-11 10:01:22 +01:00
parent 4a247f0fc1
commit 8f81f70b17
1 changed files with 6 additions and 0 deletions

6
convert_readme.sh Normal file → Executable file
View File

@ -1 +1,7 @@
#!/bin/sh
# You will need pandoc to be installed for this to work correctly, as well as the PyPI packages docutils and pygments
set -e
pandoc --from=markdown --to=rst --output README.rst README.md
python setup.py check --restructuredtext --strict --metadata