Skip to content
Snippets Groups Projects
Forked from toolbox / WindEnergyToolbox
823 commits behind the upstream repository.
.gitlab-ci.yml 209 B
before_script:
  - apt-get update

test-3.4:
  image: mmpe/wetb
  script:
  #- python3 setup.py test
   - python3 -m coverage run ./tests/run_pytest.py
   - rc=$?
   - python3 -m coverage report
   - exit $rc