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
Andrew Leonard
python-user-api
Commits
b59f8e01
Commit
b59f8e01
authored
Jan 14, 2021
by
Carl Schaffer
Browse files
Update .gitlab-ci.yml
parent
2cc857b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b59f8e01
#Specify python version here e.g. python:3.6
image
:
'
python:latest'
# Run unittests
test
:
stage
:
test
tags
:
-
docker
script
:
-
pip install pytest-cov
-
pip install .
-
pytest --cov
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