test only using local files; fixes #21

This commit is contained in:
Radovan Bast
2015-06-28 11:12:36 +02:00
parent d7061493fc
commit 3d02918ffe
4 changed files with 15 additions and 14 deletions

View File

@ -2,8 +2,6 @@ language: cpp
install:
- sudo apt-get install g++ cmake gfortran
- sudo pip install pytest pep8
before_script:
- export PYTHONPATH=$PYTHONPATH:$(pwd)
script:
- pep8 --ignore=E501 update.py
- pep8 --ignore=E501 test/test.py