From 2eded51cb9b546ca85bc784f65e1a3c8fa25cc40 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 28 Nov 2014 18:15:47 +0100 Subject: [PATCH] Travis-CI: restore old .travsi.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad74041..be7992e 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 -U setuptools - pip install coverage script: -- 2.39.5