1
0
Fork 0
forked from s3lph/matemat

GitLab CI

This commit is contained in:
s3lph 2018-05-29 21:49:40 +02:00
parent c91f77702a
commit 6fb55ddc2d

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
---
image: debian/stretch
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