Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de566df

Browse files
committed
Travis: Install FORTRAN.
1 parent 6d429eb commit de566df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "3.4"
55

66
install:
7-
- sudo apt-get -qq install libatlas-base-dev
7+
- sudo apt-get -qq install libatlas-base-dev gfortran
88
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
99
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
1010
- pip install pep8

0 commit comments

Comments
 (0)