From de57b46d4b777580182224162545972dd85d958d Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Mon, 12 Feb 2018 15:11:24 +0100 Subject: [PATCH] fix CI build error with latest pycdio --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 503ea86..2e1ee27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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