autocmake/.travis.yml
Miro ILIAS f8905fed65 simple MPI test for testing the autocmake
- code reviewer's comments included
2015-08-07 15:12:53 +02:00

12 lines
352 B
YAML

language: cpp
install:
- sudo apt-get install g++ cmake gfortran libblas-dev liblapack-dev openmpi-bin libopenmpi-dev
- sudo pip install pytest pep8
script:
- pep8 --ignore=E501 update.py
- pep8 --ignore=E501 test/test.py
- pep8 --ignore=E501 lib/config.py
- py.test -vv update.py
- py.test -vv test/test.py
- py.test -vv lib/config.py