From be45f3397629393352d6d8fc0db20a93d2f948da Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 21 Sep 2013 16:11:47 -0600 Subject: ENH: Add gfortran to travis.yml configuration to enable f2py tests. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 38b1ec0c9..43bc32cd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,9 +26,9 @@ before_install: - pip install nose # pip install coverage - python -V - - sudo apt-get install -qq libatlas-dev libatlas-base-dev + - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - popd - + install: # We used to use 'setup.py install' here, but that has the terrible # behaviour that if a copy of the package is already installed in -- cgit v1.2.1