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"