aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-02-12 21:39:51 -0500
committerDonald Stufft <donald@stufft.io>2015-02-12 21:39:51 -0500
commit942e91d082669aee145f99ae09b2fbb98efbf6f0 (patch)
tree086eb077bdf6a66292f3a08b752feebb0d0078bc /tox.ini
parentcd9bdcddf7ea7fe041ffcb01965a035e64ab719e (diff)
downloadcryptography-942e91d082669aee145f99ae09b2fbb98efbf6f0.tar.gz
cryptography-942e91d082669aee145f99ae09b2fbb98efbf6f0.tar.bz2
cryptography-942e91d082669aee145f99ae09b2fbb98efbf6f0.zip
Use readme to ensure the long description renders on PyPI
Diffstat (limited to 'tox.ini')
-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 =