From e8e4c804908270e1be8852310d59f1cd3160f5cc Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Sun, 30 Jun 2019 17:53:26 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 986d63b..159fe0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,6 +142,8 @@ workflows: - build - test-unit - flake8/flake8 + wd: tests + executor: python37 - publish: requires: - dgoss