We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db40e9 commit 2392d81Copy full SHA for 2392d81
.travis.yml
@@ -27,3 +27,11 @@ after_success:
27
before_script:
28
- openssl aes-256-cbc -K $encrypted_f96cc3b3888c_key -iv $encrypted_f96cc3b3888c_iv
29
-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