From d7a7e5f049eda1ad2f5da153b086614147253564 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Tue, 30 Jun 2020 18:57:49 +1000
Subject: [PATCH] Update config.yml

---
 .circleci/config.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 12a4918..d465d72 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,8 +12,10 @@ jobs:
       - python/install-deps
       - python/save-cache
       - run:
-          command: ./manage.py test
-          name: Test
+          command: python setup.py install
+          name: install
+          command: streamlit run app.py
+          name: install
 
 workflows:
   main:
-- 
GitLab