소스 검색

tox.ini: fix name

Ander 10 년 전
부모
커밋
fda8a9d8c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]