Skip to content

Commit

Permalink
Merge pull request #233 from thomas-mc-work/patch-1
Browse files Browse the repository at this point in the history
fix CI build error with latest pycdio
  • Loading branch information
JoeLametta authored Feb 16, 2018
2 parents 8179c3f + de57b46 commit f233abb
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 @@ -11,7 +11,7 @@ install:
- sudo apt-get -qq update
- sudo pip install --upgrade -qq pip
- sudo apt-get -qq install cdparanoia cdrdao flac libcdio-dev libiso9660-dev libsndfile1-dev python-cddb python-gobject python-musicbrainzngs python-mutagen python-setuptools sox swig libcdio-utils
- sudo pip install pycdio requests
- sudo pip install pycdio==0.21 requests

# Testing dependencies
- sudo apt-get -qq install python-twisted-core
Expand Down

0 comments on commit f233abb

Please sign in to comment.