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

Commit

Permalink
Merge pull request #78 from palfrey/trusty-travis
Browse files Browse the repository at this point in the history
Fix Travis build with latest Mopidy stable
  • Loading branch information
tkem committed Mar 8, 2016
2 parents 280447e + 38221e6 commit 468d443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -5,13 +5,6 @@ language: python
python:
- "2.7_with_system_site_packages"

addons:
apt:
sources:
- mopidy-stable
packages:
- mopidy

env:
- TOX_ENV=py27
- TOX_ENV=flake8
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -5,11 +5,10 @@ envlist = py27, flake8
sitepackages = true
deps =
mock
mopidy==dev
pytest
pytest-cov
pytest-xdist
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
install_command = pip install --allow-unverified=mopidy --pre {packages}
commands =
py.test --basetemp={envtmpdir} --cov --cov-report=term-missing {posargs}

Expand Down

0 comments on commit 468d443

Please sign in to comment.