summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-07-22 23:37:23 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-07-22 23:37:23 +0200
commit6c68e6b2f40ed66987f75bd1fbb8d0a6703ff1a0 (patch)
tree17f626ac21d2b17afe188dfae473874ca72a0432
parent40415bfdf371e3284f1305f38ed61eafdd7213ee (diff)
downloadsetuptools-scm-1.6.0.tar.gz
readme checking tox job and small readme cleanupv1.6.0
-rw-r--r--README.rst2
-rw-r--r--tox.ini7
2 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3059c85..88eaf1c 100644
--- a/README.rst
+++ b/README.rst
@@ -120,7 +120,7 @@ The Currently supported configuration keys are:
.. warning::
- only *.py and *.txt are supported as extensions
+ only :code:`*.py` and :code:`*.txt` are supported as extensions
To use setuptools_scm in other Python code you can use the
diff --git a/tox.ini b/tox.ini
index d63298d..f6c269d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,13 @@ deps=
commands =
flake8 setuptools_scm/ testing/ setup.py
+[testenv:check_readme]
+deps=
+
+ pygments
+ docutils
+commands=
+ rst2html.py README.rst {envlogdir}/README.html --strict []
[testenv:upload]
deps= wheel