mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-08 09:58:46 +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:
parent
04326749f4
commit
71129fffbf
@ -29,8 +29,7 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- flake8
|
- flake8 . trezorctl --exclude=vendor
|
||||||
- flake8 trezorctl
|
|
||||||
- tox
|
- tox
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user