matemat/.gitlab-ci.yml

11 lines
289 B
YAML
Raw Normal View History

2018-05-29 21:49:40 +02:00
---
image: debian:stretch
2018-05-29 21:49:40 +02:00
test:
script:
- apt-get update -qy
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools
- pip3 install -r requirements.txt
- python3-coverage run --branch setup.py test
- python3-coverage report -m