From de7bc550fe1fceae65265f6dc6746f89e752866e Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Mon, 18 Jan 2021 18:43:08 +0100 Subject: [PATCH] :wrench: improve .config/config.yml --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 855fbc2..ce467b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,10 +19,6 @@ jobs: paths: - ./venv key: v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} - - run: - command: | - . venv/bin/activate - python manage.py test - store_artifacts: path: test-reports/ destination: tr1