From fb2566a9329aa7ade677cbe87b6bd36be756463f Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 09:37:05 +0100 Subject: [PATCH] Travis: Remove pip install setuptools --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e04d68c..4daf6ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - pip install -U pip - - pip install -U setuptools - 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