summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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