Commit 1ed4f0a9 authored by Martin Claus's avatar Martin Claus
Browse files

Merge branch '3-ci-configuration' into 'develop'

Resolve "CI configuration"

Closes #3

See merge request !4
parents 1408366f eec3a4f0
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
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 .
+3 −0
Original line number Diff line number Diff line
[![pipeline status](https://git.geomar.de/martin-claus/py-namelist/badges/develop/pipeline.svg)](https://git.geomar.de/martin-claus/py-namelist/commits/develop)
[![coverage report](https://git.geomar.de/martin-claus/py-namelist/badges/develop/coverage.svg)](https://git.geomar.de/martin-claus/py-namelist/commits/develop)

py-namelist
===========
Parse Fortran Namelists to dict-like objects and back