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