Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
exposure-coquimbo
Commits
308f9c43
Commit
308f9c43
authored
Feb 03, 2021
by
Tara Evaz Zadeh
Browse files
Introduced CI
parent
9271049f
Pipeline
#19053
passed with stage
in 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
308f9c43
image
:
python:3-buster
# Make pip cache the installed dependencies
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
cache
:
paths
:
-
.cache/pip
-
venv/
before_script
:
-
python3 -V
-
pip3 install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip3 install .
-
pip3 install .[tests]
linters
:
script
:
-
pip3 install .[linters]
-
make check
tests
:
script
:
-
pytest tests
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