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