summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2015-09-28 10:28:36 +1000
committerMatt Iversen <teh.ivo@gmail.com>2015-09-28 10:28:36 +1000
commitd99342982459377ff6dd12cb27085798d6268255 (patch)
treeac9f1573b588e33aa2e2b8dc372e318d8807be23
parent7cea748d0fb2e8980c2676304607426585550b41 (diff)
downloadpip-check-long_description.tar.gz
Check long_description is validcheck-long_description
-rw-r--r--tox.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fe03b70a6..abbd70c8a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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