From 5849ef8521c3c3a67270efebaafc839b243fedd1 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 30 Jan 2020 09:29:32 -0500 Subject: [PATCH] updated the CircleCI config file to install the package #53 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0b5732..3bb3f93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: command: | python3 -m venv venv . venv/bin/activate - # pip install -e . + pip install -e . pip install tox - save_cache: