autocmake/.travis.yml
Radovan Bast da02f8eeb1 test pep8
2015-06-26 15:29:28 +02:00

8 lines
170 B
YAML

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