From b7f0522fd6a6a7b4fe89dde062c7135e4aefca41 Mon Sep 17 00:00:00 2001 From: Lars Hupfeldt Date: Sun, 30 Jul 2017 12:46:09 +0200 Subject: [PATCH] Use Python 3 for quick test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95638ae..8657e27 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: quick doc tox .PHONY: quick quick: - py.test + python3 -m pytest .PHONY: doc doc: