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

pull/15/head
Jef Roosens 2021-05-18 09:06:09 +02:00
parent 61efcfa697
commit 747cf0a197
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

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