Update Makefile to reference Zaza and Python3

Change-Id: I0ab3e8abd4732ef2ccbcaeae58341796210a3af3
This commit is contained in:
Edin Sarajlic 2020-08-26 23:34:13 +00:00
parent 37c7ff8e74
commit a866308957

View File

@ -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