From cce64d98c8dd3fe4c86fc1662a437066d068baee Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Sun, 5 Jun 2016 22:12:16 +0200 Subject: [PATCH] Don't let check-manifest fail (links) Links were not recognized by check-manifest. See mgedmin/check-manifest#69 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a5628e..992768c 100644 --- a/tox.ini +++ b/tox.ini @@ -83,6 +83,6 @@ skip_install = true usedevelop = false commands = python3 setup.py check --strict --metadata --restructuredtext - check-manifest {toxinidir} + - check-manifest {toxinidir} flake8 --statistics -j auto --count src tests setup.py isort --verbose --check-only --diff --recursive src setup.py