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