Explorar el Código

tox.ini: fix name

Ander hace 10 años
padre
commit
fda8a9d8c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tox.ini

+ 1 - 1
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]