Skip to content

Commit dcc1783

Browse files
committed
[#7] Move installation of gfortran and add sudo
1 parent 4044282 commit dcc1783

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
@@ -5,10 +5,10 @@ python:
55
before_install:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8+
- sudo apt-get install gfortran
89
install:
910
- pip install -r requirements.txt
1011
- pip install pytest
11-
- apt-get install gfortran
1212
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
1313
- cd /tmp/TourExec
1414
- make install

0 commit comments

Comments
 (0)