Skip to content
Snippets Groups Projects
Commit 6b6f1f0c authored by Christoph Alt's avatar Christoph Alt
Browse files

made the tox command a bit more generic

parent 1237bd97
Branches
No related merge requests found
Pipeline #55997 passed with stages
in 1 minute and 19 seconds
...@@ -10,7 +10,8 @@ test: ...@@ -10,7 +10,8 @@ test:
image: python:3.8 image: python:3.8
script: script:
- pip install tox - pip install tox
- tox -e py38 - tox
coverage: /Total coverage:\s\d+.\d+\%/
artifacts: artifacts:
reports: reports:
coverage_report: coverage_report:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment