From 249acc9e0bcf1aa1d455ceac2ffedd899fe8530b Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 23 Dec 2022 17:37:43 -0500 Subject: [PATCH] fix tox config to work with newer version --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index d62de15..eae3d32 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -6,7 +6,7 @@ envlist = py27,py36,pypy,{py2,py3}-cov,coverage deps = -rrequirements.txt -rtest-requirements.txt -passenv = TOXENV CI TRAVIS TRAVIS_* +passenv = TOXENV,CI,TRAVIS,TRAVIS_* commands = pytest --benchmark-disable usedevelop = True