From a42649762a629d3fec95ded5030b5682707964c5 Mon Sep 17 00:00:00 2001 From: pbrod Date: Tue, 9 Feb 2016 11:56:29 +0100 Subject: [PATCH] Commented out installation of gfortran on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d24301b..afdd385 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_install: - conda config --add channels https://conda.anaconda.org/omnia - conda config --add channels https://conda.anaconda.org/pbrod - source activate condaenv - - sudo apt-get install gfortran + # - sudo apt-get install gfortran # Install packages install: - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose