From a866308957ed2e9dd40643c72266db385696b961 Mon Sep 17 00:00:00 2001 From: Edin Sarajlic Date: Wed, 26 Aug 2020 23:34:13 +0000 Subject: [PATCH] Update Makefile to reference Zaza and Python3 Change-Id: I0ab3e8abd4732ef2ccbcaeae58341796210a3af3 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7c51f09..c907f32 100755 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ lint: test: @echo Starting unit tests... - @tox -e py27 + @tox -e py3 functional_test: - @echo Starting Amulet tests... - @tox -e func27 + @echo Starting Zaza tests... + @tox -e func bin/charm_helpers_sync.py: @mkdir -p bin