Verified Commit f725d59b authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

ci: use the only flake8 available in unstable



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 3e65f382
...@@ -24,6 +24,6 @@ flake8: ...@@ -24,6 +24,6 @@ flake8:
image: debian:unstable-slim image: debian:unstable-slim
before_script: before_script:
- apt-get -q update - apt-get -q update
- env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends python-flake8 - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends flake8
script: script:
- python -m flake8 - flake8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment