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

test-3.4:
  image: mmpe/wetb
  script:
  - python3 setup.py test
  # - coverage3 run ./tests/run_pytest.py
  # - coverage3 report -m