Skip to content
Snippets Groups Projects
Commit 4845fccb authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent 0ebd8f55
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -5,5 +5,6 @@ test-3.4: ...@@ -5,5 +5,6 @@ test-3.4:
image: mmpe/wetb image: mmpe/wetb
script: script:
#- python3 setup.py test #- python3 setup.py test
- python3 -m coverage run -m py.test & python3 -m coverage report - pip3 install pytest-cov
- python3 -m python3 -m pytest --cov=wetb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment