From 6e308fc9d61188092466291b7255606f704cd80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pazderka?= Date: Mon, 12 Dec 2022 08:40:31 +0100 Subject: [PATCH] Fix tox config for v4 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e47a52ff..dc0b909e 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ envlist = py{37,38,39,310,311},docs,quality skip_missing_interpreters = True [testenv] -passenv = CI TRAVIS TRAVIS_* commands = py.test --cov-report=xml --cov=oic {posargs:tests} extras = testing