Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
4ada2ec1
Commit
4ada2ec1
authored
Jun 05, 2020
by
Adrien Dorsaz
Browse files
gitlab-ci: enforce pep8 style
parent
436d055b
Pipeline
#270
failed with stages
in 24 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ada2ec1
...
...
@@ -73,6 +73,12 @@ lint:
-
pylint3 tests/staging_test_acme_account_deactivate.py
-
pylint3 tests/staging_test_acme_account_rollover.py
pep8
:
extends
:
.check
script
:
-
pycodestyle --max-line-length=100 --ignore=E401,W503 --exclude=tests .
-
pycodestyle --max-line-length=100 --ignore=E722 tests
jessie-ut
:
extends
:
.unit_test
image
:
acme-dns-tiny:jessie-slim
...
...
docker/buster/Dockerfile
View file @
4ada2ec1
...
...
@@ -7,7 +7,7 @@ RUN apt-get update \
python3-minimal python3-dnspython python3-requests
\
pylint3
\
# install recommends for coverage, to include jquery
&& apt-get install -y python3-coverage \
&& apt-get install -y python3-coverage
pycodestyle
\
&& apt-get clean
COPY
. .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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