From 743576f94041cf0c4640863a530aeb5061d09bc5 Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Tue, 27 Apr 2021 19:56:36 +0200 Subject: Pin check-manifest version for Python < 3.8 due to Travis issues. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e2315db..f2b8671 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,8 @@ commands = [testenv:check-manifest] deps = - check-manifest + check-manifest==0.44; python_version < "3.8" + check-manifest; python_version >= "3.8" commands = check-manifest skip_install = true -- cgit v1.2.3