Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisNT committed Mar 26, 2016
1 parent 6f74707 commit e01a82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps =
mock
nose
freezegun
mopidy==dev
mopidy
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_playbackdefaults

Expand All @@ -19,3 +19,4 @@ deps =
commands = flake8

[flake8]
ignore = E501

0 comments on commit e01a82e

Please sign in to comment.