From 5db0423dfeb4e05668bc2a91d7eaa9f5478601da Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Sun, 2 Aug 2020 16:59:43 -0400 Subject: [PATCH] explicitly indicate python3 for testing --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index fb77b91..c962034 100755 --- a/test +++ b/test @@ -1 +1 @@ -python -m unittest discover tests +python3 -m unittest discover tests