autocmake/.travis.yml
Radovan Bast 13c7398979 adapt cmake command to platform
(code contributed by Miro Ilias)
2015-06-29 22:24:57 +02:00

11 lines
273 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
- pep8 --ignore=E501 lib/config.py
- py.test -vv test/test.py
- py.test -vv lib/config.py