Added a tox configuration to verify said sdist is complete.

This commit is contained in:
Ionel Cristian Mărieș 2015-02-08 19:09:33 +02:00
commit b8c83de9a6

14
tox.ini
View file

@ -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}