From b191b64dcd99a1c92ee831faf0db79399857f659 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 8 Feb 2020 10:09:41 +1300 Subject: [PATCH] Removing jest (for now); TODO: reinstate using tox --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3de588de..c59c9e84 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,12 +31,6 @@ workflows: filters: branches: only: deploy/test - - jest: - requires: - - build - filters: - branches: - only: deploy/test build_test_and_release: jobs: - py38: