Skip to content
Snippets Groups Projects
Forked from toolbox / WindEnergyToolbox
822 commits behind the upstream repository.
.gitlab-ci.yml 182 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 && python3 -m coverage report