diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-09-21 16:11:47 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-09-21 16:11:47 -0600 |
commit | be45f3397629393352d6d8fc0db20a93d2f948da (patch) | |
tree | 35e7e1538d675de14e52f09bb9dc5dd7987f90de | |
parent | 15572e95d79ccaa0b48b5c1f48f24c0b9b7dd9d0 (diff) | |
download | numpy-be45f3397629393352d6d8fc0db20a93d2f948da.tar.gz |
ENH: Add gfortran to travis.yml configuration to enable f2py tests.
-rw-r--r-- | .travis.yml | 4 |
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 |