Skip to content

Commit 2392d81

Browse files
author
Matthias Koeppe
committed
.travis.yml: Install gfortran
1 parent 9db40e9 commit 2392d81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ after_success:
2727
before_script:
2828
- openssl aes-256-cbc -K $encrypted_f96cc3b3888c_key -iv $encrypted_f96cc3b3888c_iv
2929
-in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d || true
30+
31+
addons:
32+
apt:
33+
packages:
34+
# On 8.0 with trusty, Fortran compiler is needed.
35+
# Otherwise, numpy cannot be imported.
36+
# Also, optional package installs in .travis-install.sh will trigger build of sage gcc.
37+
- gfortran

0 commit comments

Comments
 (0)