mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
travis: make sure stylecheck only runs on 3.6
This commit is contained in:
parent
88b50ac2ff
commit
f9824739ae
@ -41,7 +41,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- make stylecheck
|
- if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then make stylecheck; fi
|
||||||
- tox
|
- tox
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -5,5 +5,5 @@ mock>=2.0.0
|
|||||||
flake8
|
flake8
|
||||||
protobuf
|
protobuf
|
||||||
isort
|
isort
|
||||||
black
|
black; python_version >= "3.6"
|
||||||
autoflake
|
autoflake
|
||||||
|
Loading…
Reference in New Issue
Block a user