diff --git a/tox.ini b/tox.ini index 4ad06ec..88a9893 100644 --- a/tox.ini +++ b/tox.ini @@ -26,8 +26,6 @@ commands = sh -c 'bin/whisper-resize.py --help >/dev/null' sh -c 'bin/whisper-set-aggregation-method.py --help >/dev/null' sh -c 'bin/whisper-update.py --help >/dev/null' - sh -c 'contrib/whisper-auto-update.py --help >/dev/null' - sh -c 'contrib/whisper-auto-resize.py --help >/dev/null' coverage run --branch --include='whisper.py,test_whisper.py, bin/whisper-resize.py' test_whisper.py coverage xml coverage report