2018-05-29 21:49:40 +02:00
|
|
|
---
|
2018-05-29 23:01:05 +02:00
|
|
|
image: debian:buster
|
2018-05-29 21:49:40 +02:00
|
|
|
|
|
|
|
test:
|
|
|
|
script:
|
|
|
|
- apt-get update -qy
|
2018-05-29 22:53:46 +02:00
|
|
|
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
|
2018-05-29 22:51:08 +02:00
|
|
|
- pip3 install wheel
|
2018-05-29 21:49:40 +02:00
|
|
|
- pip3 install -r requirements.txt
|
2018-05-29 23:53:02 +02:00
|
|
|
- python3-coverage run --branch -m unittest discover matemat
|
2018-05-29 21:49:40 +02:00
|
|
|
- python3-coverage report -m
|