Flake8 belongs to travis

This commit is contained in:
László Károlyi 2019-09-01 12:00:51 +02:00
parent 492de4bcd8
commit 8168799fc7
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -3,7 +3,7 @@ cache: pip
python:
- '3.6'
install:
- pip install -U pip wheel
- pip install -U pip wheel setuptools flake8
- pip install -r ecrterm/requirements.txt
script:
- flake8 ecrterm/ || travis_terminate 1