From f6fd967715cb3b93498a79cd663034c2bc0d2879 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 13:13:12 +0100 Subject: [PATCH] Travis: Pip install -U setuptools --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc3a14a..90f4fb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ virtualenv: before_install: - 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 + - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx.gnupg/gpg.conf - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad @@ -20,7 +20,7 @@ install: # command to run tests before_script: - - pip install setuptools + - pip install -U setuptools - pip install coverage script: -- 2.39.5