Commit c80f2793 authored by Willi Rath's avatar Willi Rath
Browse files

Remove drr contents

parent 91e387d2
Loading
Loading
Loading
Loading

.gitignore

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
*.egg-info/
*.pyc
.cache/
.coverage
.eggs/

.gitlab-ci.yml

deleted100644 → 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 .
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading