Loading .gitignoredeleted 100644 → 0 +0 −5 Original line number Diff line number Diff line *.egg-info/ *.pyc .cache/ .coverage .eggs/ .gitlab-ci.ymldeleted 100644 → 0 +0 −17 Original line number Diff line number Diff line image: continuumio/miniconda3:latest before_script: - conda install -q -y -c conda-forge python=3.5 pytest pytest-pep8 pytest-cov pep257 - pip install -e . test: stage: test script: - pytest --cov=data_repo_renderer --cov-report term-missing --cov-fail-under=85 -v tests/ style: stage: test allow_failure: true script: - pep257 -v data_repo_renderer/ - pep8 -v . input_data/AO_index/meta.yaml→AO_index/meta.yaml +0 −0 File moved. View file input_data/ARGO/meta.yaml→ARGO/meta.yaml +0 −0 File moved. View file input_data/ASCAT/meta.yaml→ASCAT/meta.yaml +0 −0 File moved. View file Loading
.gitignoredeleted 100644 → 0 +0 −5 Original line number Diff line number Diff line *.egg-info/ *.pyc .cache/ .coverage .eggs/
.gitlab-ci.ymldeleted 100644 → 0 +0 −17 Original line number Diff line number Diff line image: continuumio/miniconda3:latest before_script: - conda install -q -y -c conda-forge python=3.5 pytest pytest-pep8 pytest-cov pep257 - pip install -e . test: stage: test script: - pytest --cov=data_repo_renderer --cov-report term-missing --cov-fail-under=85 -v tests/ style: stage: test allow_failure: true script: - pep257 -v data_repo_renderer/ - pep8 -v .