Update Makefile to reference Zaza and Python3
Change-Id: I0ab3e8abd4732ef2ccbcaeae58341796210a3af3
This commit is contained in:
parent
37c7ff8e74
commit
a866308957
6
Makefile
6
Makefile
@ -6,11 +6,11 @@ lint:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
@echo Starting unit tests...
|
@echo Starting unit tests...
|
||||||
@tox -e py27
|
@tox -e py3
|
||||||
|
|
||||||
functional_test:
|
functional_test:
|
||||||
@echo Starting Amulet tests...
|
@echo Starting Zaza tests...
|
||||||
@tox -e func27
|
@tox -e func
|
||||||
|
|
||||||
bin/charm_helpers_sync.py:
|
bin/charm_helpers_sync.py:
|
||||||
@mkdir -p bin
|
@mkdir -p bin
|
||||||
|
Loading…
Reference in New Issue
Block a user