1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-27 01:48:17 +00:00

travis: run flake8 as one command

also exclude vendor subdir over which we possibly don't have control
This commit is contained in:
matejcik 2018-03-26 19:00:02 +02:00
parent 04326749f4
commit 71129fffbf

View File

@ -29,8 +29,7 @@ install:
script:
- python setup.py install
- flake8
- flake8 trezorctl
- flake8 . trezorctl --exclude=vendor
- tox
notifications: