Ensure ALL tests are run

This commit is contained in:
Devon Mackay 2018-08-30 11:40:05 -04:00
parent 687ae30268
commit 65b0b95eba

View File

@ -11,7 +11,7 @@ export FLASK_ENV=ci
RESET_DB="true" RESET_DB="true"
# Define all relevant python files and directories for this app # 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 # Enable Python testing
RUN_PYTHON_TESTS="true" RUN_PYTHON_TESTS="true"