Skip to content

Commit

Permalink
Fix the check env to use collective.checkdocs for checking the readme…
Browse files Browse the repository at this point in the history
…/long_description.
  • Loading branch information
ionelmc committed Dec 15, 2014
1 parent bf43694 commit 835dbe8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,16 @@ commands =
python configure

[testenv:check]
basepython = python3.4
deps =
docutils
check-manifest
flake8
collective.checkdocs
pygments
usedevelop = true
commands =
python setup.py check --restructuredtext --strict --metadata
python setup.py checkdocs
python setup.py check --strict --metadata
check-manifest {toxinidir}
flake8 src

0 comments on commit 835dbe8

Please sign in to comment.