diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2015-09-28 10:28:36 +1000 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2015-09-28 10:28:36 +1000 |
commit | d99342982459377ff6dd12cb27085798d6268255 (patch) | |
tree | ac9f1573b588e33aa2e2b8dc372e318d8807be23 | |
parent | 7cea748d0fb2e8980c2676304607426585550b41 (diff) | |
download | pip-check-long_description.tar.gz |
Check long_description is validcheck-long_description
-rw-r--r-- | tox.ini | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -20,8 +20,12 @@ basepython = python2.7 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html [testenv:packaging] -deps = check-manifest -commands = check-manifest +deps = + check-manifest + readme +commands = + check-manifest + python setup.py check -m -r -s [testenv:pep8] basepython = python2.7 |