EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
61c7cecf
Commit
61c7cecf
authored
Nov 10, 2021
by
Bernhard Mallinger
Browse files
Add flake8 and mypy to CI
parent
84f9263e
Pipeline
#18437
failed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
61c7cecf
...
@@ -12,7 +12,10 @@ test:
...
@@ -12,7 +12,10 @@ test:
script
:
script
:
-
python3 setup.py install
-
python3 setup.py install
-
pip3 install -r requirements-test.txt
-
pip3 install -r requirements-test.txt
-
pip3 install -r requirements-dev.txt
-
pytest
-
pytest
-
flake8
-
mypy .
deploy_latest
:
deploy_latest
:
image
:
docker:20.10.8
image
:
docker:20.10.8
...
...
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