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
workflow
pypushflow
Commits
200f0f63
Commit
200f0f63
authored
Jul 29, 2021
by
Wout De Nolf
Browse files
add CI
parent
75ca14ab
Pipeline
#51645
canceled with stage
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
200f0f63
stages
:
-
test
test
:
stage
:
test
image
:
python:3.6
before_script
:
-
pip install pytest-cov
-
pip install .[test]
script
:
-
pytest --cov=./ .
only
:
refs
:
-
main
-
merge_requests
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