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 . README.md +3 −0 Original line number Diff line number Diff line [](https://git.geomar.de/martin-claus/py-namelist/commits/develop) [](https://git.geomar.de/martin-claus/py-namelist/commits/develop) py-namelist =========== Parse Fortran Namelists to dict-like objects and back 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 .
README.md +3 −0 Original line number Diff line number Diff line [](https://git.geomar.de/martin-claus/py-namelist/commits/develop) [](https://git.geomar.de/martin-claus/py-namelist/commits/develop) py-namelist =========== Parse Fortran Namelists to dict-like objects and back Loading