From: Thomas Fillon Date: Thu, 13 Nov 2014 09:54:13 +0000 (+0100) Subject: Travis: Delete pkg-ressource install and add option for setuptools in virtualenv X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c238af6c9712ade7d0de3314627ebe006b6869e4;p=timeside.git Travis: Delete pkg-ressource install and add option for setuptools in virtualenv --- diff --git a/.travis.yml b/.travis.yml index 063fbce..f31cb9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.7" virtualenv: system_site_packages: true - + setuptools: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository -y ppa:donk/gstreamer @@ -20,7 +20,6 @@ install: # command to run tests before_script: - - pip install pkg-resources - pip install coverage script: