diff --git a/tox.ini b/tox.ini index cb2b756..8a66165 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = py.test \ --basetemp={envtmpdir} \ --junit-xml=xunit-{envname}.xml \ - --cov=mopidy_touchpanel --cov-report=term-missing \ + --cov=mopidy_touchscreen --cov-report=term-missing \ {posargs} [testenv:flake8]