diff --git a/README.rst b/README.rst index 1ab8d40d2..69f5b0dc0 100644 --- a/README.rst +++ b/README.rst @@ -205,7 +205,7 @@ Metadata Contributing ------------ -See `CONTRIBUTING `_. +See `CONTRIBUTING.rst `_. Developer Setup diff --git a/tox.ini b/tox.ini index 58064da9a..71cd9cde2 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ envlist = pypy, pep8, pylint, + readme, docs, coverage @@ -20,6 +21,12 @@ commands = py.test test/ {posargs} deps = -rrequirements-dev.txt +[testenv:readme] +deps = + docutils + pygments +commands = rst2html.py --strict README.rst + [testenv:pep8] commands = pep8 --ignore=E501,W292 boxsdk