Skip to content
Snippets Groups Projects
Commit d6a59895 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Fixes CI

parent 9238ef5f
No related branches found
No related tags found
1 merge request!212Fixes CI
Pipeline #32568 passed
......@@ -25,7 +25,7 @@ python-2:
script:
- python setup.py install
# Run tests without finding coverage
- pytest
- pytest --ignore=test/gw_example_test.py
# test example on python 3
python-3:
......@@ -47,7 +47,7 @@ python-3:
- flake8 .
# Run tests and collect coverage data
- pytest --cov=tupak
- pytest --cov=tupak --ignore=test/gw_example_test.py
- coverage html
- coverage-badge -o coverage_badge.svg -f
......
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