also install gfortran for the unit test

This commit is contained in:
Radovan Bast 2015-06-01 16:02:28 +02:00
parent ed87a2bab5
commit bc77fd8963

View File

@ -1,6 +1,6 @@
language: cpp
install:
- sudo apt-get install g++ cmake
- sudo apt-get install g++ cmake gfortran
- sudo pip install pytest
script:
- py.test -vv test/test.py