From 478e937c22d97474ad62ff1035e2f1a5f56f9431 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 15 Apr 2022 14:07:35 -0400 Subject: [PATCH] Add pendulum for testing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaadace..90f7fb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ buiild job: - pip3 install --upgrade pip - pip3 install --upgrade setuptools - pip3 install Flask gunicorn pytest pytest-cov + - pip3 install pendulum - pytest tests --cov --cov-report term --cov-report html deploy job: