Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
f725d59b
Verified
Commit
f725d59b
authored
Feb 23, 2020
by
Mattia Rizzolo
Browse files
ci: use the only flake8 available in unstable
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
3e65f382
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f725d59b
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment