From: Guillaume Pellerin Date: Fri, 23 May 2014 14:45:46 +0000 (+0200) Subject: Add deps for travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9d5fb82804d411b480355e24e503413b36f68e7a;p=deefuzzer.git Add deps for travis --- 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