From 2ed23966e36d165c47bf1cc253712062e748f89e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 18 Oct 2023 08:54:30 -0400 Subject: [PATCH] build: run all scenarios in ci --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9c42826..b64094b 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = # And the rest: pypy3, coverage, docs, quality labels = - ci-tests = py3{7,8,9,10,11,12},pypy3 + ci-tests = py3{7,8,9,10,11,12},py3{7,12}-no_extras,pypy3 [testenv] package = wheel