From 81f632a4cc1c2970b44ca4a04c0c97bef18493de Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 11 Apr 2019 11:29:41 +1200 Subject: [PATCH] CircleCI config --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fe7cf24..0e97748f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,32 +5,19 @@ jobs: - image: circleci/python:2.7 steps: - checkout - - - restore_cache: - key: v1-dependency-cache-{{ checksum "setup.py" }} - - run: name: install python dependencies command: | pip install -e . - - - store_artifacts: - path: htmlcov/ - deploy: docker: - image: circleci/python:2.7 steps: - checkout - - - restore_cache: - key: v1-dependency-cache-{{ checksum "setup.py" }} - - run: name: install python dependencies command: | pip install -e . - - run: name: init .pypirc command: |