From 35ed57410f1a645f640a08aa989cd01c3166f210 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 2 Dec 2020 22:36:51 +0100 Subject: use pipenv setup --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c46b9ee..e6043ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,12 @@ stages: - test before_script: - - pip install --upgrade pip - - pip install pytest + - pip3 install --upgrade pip + - pip3 install pytest tests: stage: test script: - - python setup.py develop - - pytest + - pipenv install + - pipenv run pytest -- cgit v1.2.3