Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Install mopidy dev from PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hechtus committed Nov 8, 2013
1 parent 75901da commit 173f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update || true"
- "sudo apt-get install mopidy"
- "pip install coveralls flake8 gmusicapi"
- "pip install coveralls flake8 mopidy==dev gmusicapi"

before_script:
- "rm $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt"
Expand Down

0 comments on commit 173f04e

Please sign in to comment.