From c238af6c9712ade7d0de3314627ebe006b6869e4 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 10:54:13 +0100 Subject: [PATCH] Travis: Delete pkg-ressource install and add option for setuptools in virtualenv --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.39.5