aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 08:20:02 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 08:20:02 -0500
commit731f4296de1eceee149bf2003b780c2e33f8bde3 (patch)
tree086eb077bdf6a66292f3a08b752feebb0d0078bc
parentcd9bdcddf7ea7fe041ffcb01965a035e64ab719e (diff)
parent942e91d082669aee145f99ae09b2fbb98efbf6f0 (diff)
downloadcryptography-731f4296de1eceee149bf2003b780c2e33f8bde3.tar.gz
cryptography-731f4296de1eceee149bf2003b780c2e33f8bde3.tar.bz2
cryptography-731f4296de1eceee149bf2003b780c2e33f8bde3.zip
Merge pull request #1657 from dstufft/check-readme
Use readme to ensure the long description renders on PyPI
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4e1304d8..dc8811af 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,7 @@ commands =
deps =
doc8
pyenchant
+ readme>=0.5.1
sphinx
sphinx_rtd_theme
sphinxcontrib-spelling
@@ -31,6 +32,7 @@ commands =
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b spelling docs docs/_build/html
doc8 --allow-long-titles README.rst CHANGELOG.rst docs/ --ignore-path docs/_build/
+ python setup.py check --restructuredtext --strict
[testenv:docs-linkcheck]
deps =