From 436459d71d34d9242c62e77d52ee3e6f00668ed2 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 24 Oct 2014 21:36:37 +0200 Subject: [PATCH] Travis: Install networkx via debian packages --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24da09e..4c73bfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,13 @@ before_install: - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install python-setuptools - - sudo apt-get install -qq python-numpy python-scipy python-matplotlib + - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx - 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 # command to install dependencies install: # - "pip install -r requirements.txt --use-mirrors" -- pip install -U pip - python setup.py install -- 2.39.5