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

Commit

Permalink
Fix Travis CI build error caused by an updated pip on their servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hechtus committed Feb 17, 2014
1 parent 85e8e0e commit 5b2857d
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 mopidy==dev gmusicapi"
- "pip install --allow-unverified=mopidy 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 5b2857d

Please sign in to comment.