summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-09-21 16:11:47 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-09-21 16:11:47 -0600
commitbe45f3397629393352d6d8fc0db20a93d2f948da (patch)
tree35e7e1538d675de14e52f09bb9dc5dd7987f90de
parent15572e95d79ccaa0b48b5c1f48f24c0b9b7dd9d0 (diff)
downloadnumpy-be45f3397629393352d6d8fc0db20a93d2f948da.tar.gz
ENH: Add gfortran to travis.yml configuration to enable f2py tests.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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