From 747cf0a19771b72c7f4c27df794ee3cf864de594 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 18 May 2021 09:06:09 +0200 Subject: [PATCH] Switched to python3 for Makefile to please the cicd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18e7628..cdbab9c 100644 --- a/Makefile +++ b/Makefile @@ -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