From 82d1b361741bfd90f4d62af21d8e685c73418dd7 Mon Sep 17 00:00:00 2001 From: jdeschamps <6367888+jdeschamps@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:23:44 +0200 Subject: [PATCH] remove envs from tox --- tox.ini | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/tox.ini b/tox.ini index c16d2ab..16d060f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,25 +1,9 @@ # For more information about tox, see https://tox.readthedocs.io/en/latest/ [tox] -envlist = py{38,39,310}-{linux,macos,windows} +envlist = testenv isolated_build=true -[gh-actions] -python = - 3.8: py38 - 3.9: py39 - 3.10: py310 - -[gh-actions:env] -PLATFORM = - ubuntu-latest: linux - macos-latest: macos - windows-latest: windows - [testenv] -platform = - macos: darwin - linux: linux - windows: win32 passenv = CI GITHUB_ACTIONS