diff --git a/tox.ini b/tox.ini index 96763345..4ba977cf 100644 --- a/tox.ini +++ b/tox.ini @@ -40,11 +40,10 @@ deps = -rtest-requirements.txt whitelist_externals = sh - make commands = sh -c 'find . -name "__pycache__" -exec rm -rf \{\} +' pip install --force-reinstall pytest mock - make test + pytest {posargs} [flake8] exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst