Skip to content
Snippets Groups Projects
.gitlab-ci.yml 361 B
Newer Older
Sebastian Müller's avatar
Sebastian Müller committed
image: python

stages:
  - build
  - deploy

check:
  stage: build
  before_script:
    - apt-get install gfortran gcc g++ netcdf-bin libnetcdf-dev libnetcdff-dev
Sebastian Müller's avatar
Sebastian Müller committed
    - pip3 install black numpy pandas
  script:
    - black --check --diff --color .
    - pip3 install --editable .[test]
    - python -m pytest --cov finam_mhm --cov-report term-missing -v tests/