Update travis to use pycodestyle

pull/2125/head
Åke Forslund 2019-05-15 11:50:17 +02:00
parent bcd4084685
commit 88114dca78
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install:
- pip install -r test-requirements.txt
# command to run tests
script:
- pep8 mycroft test
- pycodestyle mycroft test
- ./start-mycroft.sh unittest
env:
- IS_TRAVIS=true