Skip to content

Commit 6808de1

Browse files
committed
travis xenial gfortran-5 default
1 parent 4460276 commit 6808de1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ python:
1414
os:
1515
- linux
1616

17-
env: FC=gfortran-6
18-
19-
before_install:
20-
# FIXME: until Travis Xenial gets whitelist updated
21-
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
22-
- sudo apt-get update -q
23-
- sudo apt-get install -yq gfortran-6
17+
addons:
18+
apt:
19+
packages:
20+
- gfortran
2421

2522
install:
2623
- pip install -e .[tests]

0 commit comments

Comments
 (0)