Skip to content

Commit

Permalink
Update Makefile to reference Zaza and Python3
Browse files Browse the repository at this point in the history
Change-Id: I0ab3e8abd4732ef2ccbcaeae58341796210a3af3
  • Loading branch information
exsdev0 committed Aug 26, 2020
1 parent 37c7ff8 commit a866308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a866308

Please sign in to comment.