From 13a679b29527882a16e738e8d8368f259a48e1f7 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Fri, 15 Oct 2021 21:31:28 +0200 Subject: [PATCH] Fix tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8e1bbdf..164d182 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39,310}-pillow{71,-latest},pypy3,check +envlist = py{38,39,310}-pillow{71,80,-latest},pypy3,check skip_missing_interpreters = true isolated_build = true