From 1cc1badc2dbee9edfce4c8cd7245826bfe979883 Mon Sep 17 00:00:00 2001 From: "Kieran R. Prasch" Date: Thu, 14 Feb 2019 20:42:58 -0700 Subject: [PATCH] Update CI config to reflect new CLI test file structure --- .circleci/config.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5885defb..1064fa055 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,17 +128,6 @@ workflows: - deployers - config - character - - ursula_command: - context: "NuCypher Tests" - filters: - tags: - only: /.*/ - requires: - - agents - - actors - - deployers - - config - - character - heartbeat_demo: context: "NuCypher Tests" filters: @@ -146,7 +135,6 @@ workflows: only: /.*/ requires: - cli - - ursula_command - mypy: context: "NuCypher Tests" filters: @@ -154,7 +142,6 @@ workflows: only: /.*/ requires: - cli - - ursula_command - estimate_gas: context: "NuCypher Tests" filters: @@ -162,21 +149,18 @@ workflows: only: /.*/ requires: - cli - - ursula_command - build_docs: filters: tags: only: /.*/ requires: - cli - - ursula_command - test_build: filters: tags: only: /.*/ requires: - cli - - ursula_command - build_docs - build_docker: filters: @@ -494,16 +478,6 @@ jobs: - store_test_results: path: reports - ursula_command: - <<: *python_36_base - steps: - - prepare_environment - - run: - name: Ursula Command Tests - command: pipenv run pytest tests/cli/protocol - - store_test_results: - path: reports - mypy: <<: *python_36_base steps: