Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit 823e8d7

Browse files
author
Michael Hirsch
authored
Update .travis.yml
1 parent 91e03e8 commit 823e8d7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ git:
1414

1515
matrix:
1616
include:
17-
- os: osx
18-
env: pyv=2.7
19-
20-
- os: linux
21-
env: pyv=2.7
22-
17+
2318
- os: osx
2419
env: pyv=3.5
2520

2621
- os: linux
2722
env: pyv=3.5
2823

24+
addons:
25+
apt:
26+
packages:
27+
- gfortran
28+
2929
install:
3030
- if [[ $TRAVIS_OS_NAME == osx ]]; then
3131
wget http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh;

0 commit comments

Comments
 (0)