From 5c4ef258acae46a51876c94d0baac61ee13c9ee1 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 17:16:20 -0800 Subject: [PATCH] Skip missing interpreters --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index aad7cd7..0733e79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,6 +48,7 @@ addopts = # tox configuration [tox:tox] envlist = py36, py37, py38, py39, py310 +skip_missing_interpreters = true [gh-actions] python =