Added PEP8 checker to travis

"Fixes" #530
This commit is contained in:
Christian Gärtner 2016-10-04 17:30:55 +02:00 committed by Sylvain Bellemare
parent dc1d23f7d0
commit fdf3786a3b
1 changed files with 4 additions and 1 deletions

View File

@ -15,8 +15,11 @@ install:
- sudo apt-get install rethinkdb
- pip install -e .[test]
- pip install codecov
- pip install flake8
before_script: rethinkdb --daemon
before_script:
- rethinkdb --daemon
- flake8 .
script: py.test -n auto -s -v --cov=bigchaindb