also pep8-test the test script; restore pep8 for update.py

This commit is contained in:
Radovan Bast
2015-06-26 15:34:28 +02:00
parent da02f8eeb1
commit 30c9d38842
3 changed files with 2 additions and 4 deletions

View File

@ -4,4 +4,5 @@ install:
- sudo pip install pytest pep8
script:
- pep8 --ignore=E501 update.py
- pep8 --ignore=E501 test/test.py
- py.test -vv test/test.py