avoid wget; fixes #17

This commit is contained in:
Radovan Bast
2015-06-26 18:51:42 +02:00
parent 30c9d38842
commit d7061493fc
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,8 @@ 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