autocmake/.travis.yml
2015-06-28 11:12:36 +02:00

9 lines
206 B
YAML

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