summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2015-09-26 16:41:09 +1000
committerMatt Iversen <teh.ivo@gmail.com>2015-09-26 16:41:09 +1000
commit18b374dc3eeb0e37aa3ad1b22c442712d9dca103 (patch)
treebc4093fe62fa7dc9709fee2417f1d522fb8d368f
parent6f9fa3364b389342730e3d0f5cf9ea3f79dc99c7 (diff)
downloadvirtualenv-18b374dc3eeb0e37aa3ad1b22c442712d9dca103.tar.gz
Check for long_description correctness
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1686cb3..10a738c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,9 @@ commands =
python virtualenv.py {envtmpdir}/test-venv-01
[testenv:docs]
-deps = sphinx
-basepython = python2.7
+deps =
+ sphinx
+ readme
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
+ python setup.py check -m -r -s