From fda8a9d8c64bc038172d04d935ac6c7a40b61e37 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Wed, 1 Apr 2015 00:28:07 +0200 Subject: [PATCH] tox.ini: fix name --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]