From 11e38348215d6cff99796296510e4b97a7f22b75 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 23 Oct 2020 13:00:41 +0100 Subject: [PATCH] Add .circleci/config.yml --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c55044f..c128e59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,9 +12,10 @@ jobs: - python/install-deps - python/save-cache - run: - command: pipenv run pytest - name: Test - + command: | + sudo pip install pipenv + pipenv install + pipenv run pytest workflows: main: jobs: