From be7bb8bb1c36ee1a1405eeada4c8287ec77c99cd Mon Sep 17 00:00:00 2001 From: Fred Smith Date: Mon, 27 Apr 2020 15:10:57 -0400 Subject: [PATCH] use python3 for tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c6b5dc0..b31a205f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include .travis/docker.mk validate: test.requirements test test: clean - $(TOX)python -Wd -m pytest + $(TOX)python3 -Wd -m pytest pii_check: test.requirements pii_clean code_annotations django_find_annotations --config_file .pii_annotations.yml \