Flake8 belongs to travis
This commit is contained in:
parent
492de4bcd8
commit
8168799fc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue