Switched to python3 for Makefile to please the cicd
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-05-18 09:06:09 +02:00
parent 61efcfa697
commit 747cf0a197
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -1,5 +1,5 @@
# =====CONFIG=====
PYTHON := python3.9
PYTHON := python3
# This can't contain spaces (I think)
VENV := .venv
# Minimum % coverage for tests to succeed