Update CI config to reflect new CLI test file structure

pull/760/head
Kieran R. Prasch 2019-02-14 20:42:58 -07:00 committed by jMyles
parent 0da9d5cadd
commit 1cc1badc2d
1 changed files with 0 additions and 26 deletions

View File

@ -128,17 +128,6 @@ workflows:
- deployers - deployers
- config - config
- character - character
- ursula_command:
context: "NuCypher Tests"
filters:
tags:
only: /.*/
requires:
- agents
- actors
- deployers
- config
- character
- heartbeat_demo: - heartbeat_demo:
context: "NuCypher Tests" context: "NuCypher Tests"
filters: filters:
@ -146,7 +135,6 @@ workflows:
only: /.*/ only: /.*/
requires: requires:
- cli - cli
- ursula_command
- mypy: - mypy:
context: "NuCypher Tests" context: "NuCypher Tests"
filters: filters:
@ -154,7 +142,6 @@ workflows:
only: /.*/ only: /.*/
requires: requires:
- cli - cli
- ursula_command
- estimate_gas: - estimate_gas:
context: "NuCypher Tests" context: "NuCypher Tests"
filters: filters:
@ -162,21 +149,18 @@ workflows:
only: /.*/ only: /.*/
requires: requires:
- cli - cli
- ursula_command
- build_docs: - build_docs:
filters: filters:
tags: tags:
only: /.*/ only: /.*/
requires: requires:
- cli - cli
- ursula_command
- test_build: - test_build:
filters: filters:
tags: tags:
only: /.*/ only: /.*/
requires: requires:
- cli - cli
- ursula_command
- build_docs - build_docs
- build_docker: - build_docker:
filters: filters:
@ -494,16 +478,6 @@ jobs:
- store_test_results: - store_test_results:
path: reports 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: mypy:
<<: *python_36_base <<: *python_36_base
steps: steps: