From 8172ee486876b91210c15ff4c14719c9f1ddb86a Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 15 May 2014 11:37:36 +0200 Subject: [PATCH] Remove dependencies on gfortran and lib-atlas in .travis.yml 'before_install' --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e0720a..5334bcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ before_install: - sudo apt-get install python-setuptools - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - sudo apt-get install -qq libhdf5-serial-dev python-h5py - - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - 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 -- 2.39.5