tox: ==dev is deprecated, test against stable for now
This commit is contained in:
parent
318a9763f2
commit
0b94bd4071
4
tox.ini
4
tox.ini
@ -5,11 +5,11 @@ envlist = py27, flake8
|
||||
sitepackages = true
|
||||
deps =
|
||||
mock
|
||||
mopidy==dev
|
||||
mopidy
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
|
||||
install_command = pip install {opts} {packages}
|
||||
commands =
|
||||
py.test \
|
||||
--basetemp={envtmpdir} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user