mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
First commit
This commit is contained in:
18
tox.ini
Normal file
18
tox.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[tox]
|
||||
envlist = py27, flake8
|
||||
|
||||
[testenv]
|
||||
sitepackages = true
|
||||
deps =
|
||||
coverage
|
||||
mock
|
||||
nose
|
||||
mopidy==dev
|
||||
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
|
||||
commands = nosetests -v --with-xunit --xunit-file=xunit-{envname}.xml --with-coverage --cover-package=mopidy_touchscreen
|
||||
|
||||
[testenv:flake8]
|
||||
deps =
|
||||
flake8
|
||||
flake8-import-order
|
||||
commands = flake8
|
||||
Reference in New Issue
Block a user