Fixed broken linting
This commit is contained in:
parent
669788557b
commit
c19e85955d
|
@ -108,7 +108,7 @@ flake8:
|
|||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
before_script:
|
||||
- pip install flake8
|
||||
- pip install 'flake8<3.7'
|
||||
script:
|
||||
- flake8 -v api
|
||||
cache:
|
||||
|
|
Loading…
Reference in New Issue