From 4a3e4d301953dae913ce439bbdea81d8e88066e5 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 09:40:59 +0100 Subject: [PATCH] Travis: Remove pip install -U pip --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4daf6ca..2c1ee4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - - pip install -U pip - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx -- 2.39.5