Skip to content

Commit

Permalink
Add deps for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed May 23, 2014
1 parent 881838f commit 9d5fb82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt --use-mirrors"
virtualenv:
system_site_packages: true

# command to prepare the system to install prerequisites or dependencies
before_install:
- sudo apt-get install python-setuptools
- sudo apt-get install -qq python-liblo python-mutagen python-pycurl

# command to run tests
script:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setuptools
-e .

0 comments on commit 9d5fb82

Please sign in to comment.