Skip to content

Commit

Permalink
travis: Use new build infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Mar 30, 2015
1 parent 49ce9ce commit c3d13e1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
@@ -1,17 +1,22 @@
sudo: false

language: python

python:
- "2.7_with_system_site_packages"

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

env:
- TOX_ENV=py27
- TOX_ENV=flake8

install:
- "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "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-scrobbler"
- "pip install tox"

script:
Expand Down

0 comments on commit c3d13e1

Please sign in to comment.