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