From 117f6b7a5714ef50e2dd796e7ebf890f30c15dbd Mon Sep 17 00:00:00 2001 From: blag Date: Fri, 21 Feb 2020 18:22:13 -0800 Subject: [PATCH] Block deployment until both Python 2 and 3 tests pass --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 528cfa0..2dbafee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,6 +120,7 @@ workflows: - deploy: requires: - build_and_test_python27 + - build_and_test_python36 filters: branches: only: master