diff --git a/tox.ini b/tox.ini index 711582332..44bab4970 100644 --- a/tox.ini +++ b/tox.ini @@ -8,4 +8,4 @@ deps = pytest pytest-cov pycryptodome -commands = pytest tests --cov --cov-report term-missing -vv +commands = pytest tests --cov --cov-report term-missing -vv {posargs}