Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Git Lab
Commits
24686f77
Unverified
Commit
24686f77
authored
Jun 08, 2020
by
Jonah Brüchert
Browse files
ci: Cache pip files
parent
9238304b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24686f77
...
...
@@ -6,6 +6,9 @@ lint:
-
pip3 install pylint flake8 black mypy pytest
script
:
-
./scripts/lint.sh
cache
:
paths
:
-
/root/.cache/pip/
test
:
image
:
python:alpine
...
...
@@ -15,3 +18,6 @@ test:
-
apk add git
script
:
-
pytest
cache
:
paths
:
-
/root/.cache/pip/
Write
Preview
Supports
Markdown
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