From 9d5fb82804d411b480355e24e503413b36f68e7a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 23 May 2014 16:45:46 +0200 Subject: [PATCH] Add deps for travis --- .travis.yml | 11 +++++++---- requirements.txt | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4bc018b..74baa6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/requirements.txt b/requirements.txt index 49fe098..897fb90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ setuptools +-e . \ No newline at end of file -- 2.39.5