diff options
-rwxr-xr-x | deploy.sh | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ DIRECTORY=$(readlink -f "$0") CURRENTPATH=$(dirname "$DIRECTORY") # Source env variables & functions +# shellcheck source=./deploy.env source "$CURRENTPATH/deploy.env" +# shellcheck source=./functions.sh source "$CURRENTPATH/functions.sh" # Clean up leftovers @@ -1,5 +1,5 @@ [tox] -minversion = 3.15 +minversion = 3.5 skipsdist = True envlist = lint,docs |