Merge "Makefile: switch to python3"

This commit is contained in:
Zuul 2021-12-14 10:38:26 +00:00 committed by Gerrit Code Review
commit 6bf595e5da
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ lint:
test:
@echo Starting unit tests...
@tox -e py27
@tox -e py3
functional_test:
@echo Starting Zaza functional tests...