diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-13 08:20:02 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-13 08:20:02 -0500 |
commit | 731f4296de1eceee149bf2003b780c2e33f8bde3 (patch) | |
tree | 086eb077bdf6a66292f3a08b752feebb0d0078bc /tox.ini | |
parent | cd9bdcddf7ea7fe041ffcb01965a035e64ab719e (diff) | |
parent | 942e91d082669aee145f99ae09b2fbb98efbf6f0 (diff) | |
download | cryptography-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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = |