From 7f235204897e5fdc235eaa18ef4a1d268a9319f2 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Sat, 22 Jun 2019 23:51:38 +0200
Subject: [PATCH] [enh] #98 use make tests command in gitlab-ci
---
.gitlab-ci.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d10e2fcb..4b485bad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,9 +68,8 @@ test:
<<: *changes
stage: test
script:
- - pip install coveralls
- pip install -r requirements.txt
- - coverage run --source=duniterpy setup.py test
+ - make tests
check:
<<: *pyenv
--
GitLab