This commit is contained in:
Jan Friedli 2020-07-13 16:15:35 +02:00
parent 6bac3d43ed
commit 2e6126e7c4
No known key found for this signature in database
GPG Key ID: F945FA2FCA30549D

View File

@ -39,7 +39,7 @@ tests:debian:
- apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools
- pip3 install wheel
- pip3 install -r requirements.txt
- python3-coverage run --branch main.py,matweb/*.py -m unittest discover -s test
- python3-coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test
- python3-coverage report -m
build-docker: