autocmake/.travis.yml
Radovan Bast 6f592ba2f0 pep8 fix
2015-06-28 19:38:57 +02:00

10 lines
243 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