Added .gitlab-ci.yml

This commit is contained in:
2019-07-04 16:29:14 +00:00
parent 2f254c74c2
commit 7acb934dbf

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
stages:
- test
test:
stage: test
script:
- apt-get update -qy
- apt-get install -y python3-dev python3-pip
- pip install -r requirements.txt
- pytest tests --cov --cov-report term --cov-report html