From 4c51fbaf686ce92fdc3bc043da3cb67985c55e2c Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 30 Jan 2020 09:09:06 -0500 Subject: [PATCH] updated the CircleCI config to fix a formatting error #53 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7069028..2474763 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,8 +69,8 @@ jobs: - run: name: run tests command: | - . venv/bin/activate - tox + . venv/bin/activate + tox - store_artifacts: path: test-reports