From 65b0b95ebaadefeb4705a5e4ae90761c415828ce Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Thu, 30 Aug 2018 11:40:05 -0400 Subject: [PATCH] Ensure ALL tests are run --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 55ac15cb..2d3b099f 100755 --- a/script/cibuild +++ b/script/cibuild @@ -11,7 +11,7 @@ export FLASK_ENV=ci RESET_DB="true" # Define all relevant python files and directories for this app -PYTHON_FILES="./app.py ./atst ./config" +PYTHON_FILES="./app.py ./atst/** ./config" # Enable Python testing RUN_PYTHON_TESTS="true"