From b8c83de9a6c6c9b193cea943951912b2a0d008ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sun, 8 Feb 2015 19:09:33 +0200 Subject: [PATCH] Added a tox configuration to verify said sdist is complete. --- tox.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tox.ini b/tox.ini index 5dd36c36..ac7a1ee9 100644 --- a/tox.ini +++ b/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}