Initial commit

This commit is contained in:
blackberrymamba
2017-12-23 00:06:49 +01:00
commit 281cf2b1cf
21 changed files with 1762 additions and 0 deletions

22
tox.ini Normal file
View File

@@ -0,0 +1,22 @@
[tox]
envlist = py27, flake8
[testenv]
sitepackages = true
deps =
mock
pytest
pytest-cov
pytest-xdist
commands =
py.test \
--basetemp={envtmpdir} \
--cov=mopidy_radionet --cov-report=term-missing \
{posargs}
[testenv:flake8]
deps =
flake8
flake8-import-order
skip_install = true
commands = flake8