test pep8

This commit is contained in:
Radovan Bast
2015-06-26 15:29:28 +02:00
parent 046eeda0d8
commit da02f8eeb1
2 changed files with 8 additions and 8 deletions

View File

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