Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Martin Claus
py-namelist
Commits
efb4ac10
Commit
efb4ac10
authored
Oct 04, 2018
by
Martin Claus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ci config
parent
1408366f
Pipeline
#1882
passed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
efb4ac10
image
:
continuumio/miniconda3:latest
before_script
:
-
env
-
source activate root
-
conda install pytest pytest-cov
test
:
stage
:
test
script
:
-
pytest -v --cov --cov-report term-missing .
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