travis: make sure stylecheck only runs on 3.6

pull/25/head
matejcik 6 years ago
parent 88b50ac2ff
commit f9824739ae

@ -41,7 +41,7 @@ before_script:
script:
- python setup.py install
- make stylecheck
- if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then make stylecheck; fi
- tox
notifications:

@ -5,5 +5,5 @@ mock>=2.0.0
flake8
protobuf
isort
black
black; python_version >= "3.6"
autoflake

@ -31,3 +31,4 @@ force_grid_wrap = 0
combine_as_imports = True
line_length = 88
not_skip=__init__.py
known_first_party=trezorlib

Loading…
Cancel
Save