tox.ini: fix name

This commit is contained in:
Ander
2015-04-01 00:28:07 +02:00
parent fd3102dc9b
commit fda8a9d8c6

View File

@@ -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]