mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added a tox configuration to verify said sdist is complete.
This commit is contained in:
parent
f86c3e0a53
commit
b8c83de9a6
1 changed files with 14 additions and 0 deletions
14
tox.ini
14
tox.ini
|
|
@ -9,3 +9,17 @@ commands =
|
|||
python -m unittest discover
|
||||
deps =
|
||||
-rdev_requirements.txt
|
||||
|
||||
[testenv:check]
|
||||
basepython = python3.4
|
||||
deps =
|
||||
docutils
|
||||
check-manifest
|
||||
flake8
|
||||
collective.checkdocs
|
||||
pygments
|
||||
usedevelop = true
|
||||
commands =
|
||||
python setup.py checkdocs
|
||||
python setup.py check --strict --metadata
|
||||
check-manifest {toxinidir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue