Newer
Older
image: python
stages:
- build
- deploy
check:
stage: build
before_script:
- apt-get install gfortran gcc g++ netcdf-bin libnetcdf-dev libnetcdff-dev
- 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/