summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornjsmith <njs@pobox.com>2013-09-21 15:36:34 -0700
committernjsmith <njs@pobox.com>2013-09-21 15:36:34 -0700
commit135443768a24ab4fbfd4fa5c8fc40f27d2e25c96 (patch)
treeb98829f2e853ba5d1851adc666174a2151470fa6
parent90732148723ce06024ae8ca38d38ec98bd5b88d3 (diff)
parentbe45f3397629393352d6d8fc0db20a93d2f948da (diff)
downloadnumpy-135443768a24ab4fbfd4fa5c8fc40f27d2e25c96.tar.gz
Merge pull request #3773 from charris/enable-f2py-tests
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