Browse Source

Fix manifest check

pull/414/head
Simon Conseil 6 years ago
parent
commit
4b9aecb41e
  1. 2
      tox.ini

2
tox.ini

@ -27,7 +27,7 @@ deps =
collective.checkdocs
commands =
python setup.py check --restructuredtext
check-manifest -v --ignore sigal/version.py {toxinidir}
check-manifest -v --ignore sigal/version.py,.readthedocs.yml {toxinidir}
[testenv:doc]
whitelist_externals = make

Loading…
Cancel
Save