From 8bd0b256b718a92b38cf59fa878dfa764f177bdf Mon Sep 17 00:00:00 2001 From: Charles Doutriaux Date: Fri, 1 Mar 2019 08:21:32 -0800 Subject: [PATCH] since we can run all at once let's do it no_coverage please --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c558419a2..34fe4cda7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -209,10 +209,10 @@ workflows: vcs: jobs: - macos_vcs_py2 - - macos_vcs_py3: - requires: - - macos_vcs_py2 + - macos_vcs_py3 + #requires: + # - macos_vcs_py2 - linux_vcs_py2 - - linux_vcs_py3: - requires: - - linux_vcs_py2 + - linux_vcs_py3 + #requires: + # - linux_vcs_py2