From fa8962fc7afb5fe9d1bd293f592751564c597c4b Mon Sep 17 00:00:00 2001 From: xorrior Date: Wed, 13 Dec 2017 20:54:15 -0500 Subject: [PATCH] update config.yml --- .circleci/config.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e9a7203..cc11602 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,21 +31,11 @@ jobs: - run: name: install dependencies - command: | + command: cd setup/ - ./install.sh - - - save_cache: - paths: - - ./venv - key: v1-dependencies-{{ checksum "requirements.txt" }} + ./install.sh # run tests! - - run: - name: run tests - command: | - . venv/bin/activate - python manage.py test - store_artifacts: path: test-reports