diff options
-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 |