diff --git a/tox.ini b/tox.ini index 9a1cde0..c6a012d 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ deps = -r{env:BASEPATH}/requirements.txt {[testenv]deps} allowlist_externals = pylint -commands = pylint {posargs} --rcfile=./pylint.rc virtualbox/pybox +commands = pylint {posargs} --rcfile=./pylint.rc virtualbox/pybox libvirt [testenv:unittests] basepython = python3