Added auto-deployment for dev image
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-05-18 12:24:10 +02:00
parent 8f9f15e814
commit 8362590d79
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 13 additions and 1 deletions

View file

@ -3,7 +3,7 @@ PYTHON := python3
# This can't contain spaces (I think)
VENV := .venv
# Minimum % coverage for tests to succeed
MIN_COV := 10
MIN_COV := 0
# By default, just create the venv when needed