← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas/+git/maas-release-tools:tox-run into ~maas-committers/maas/+git/maas-release-tools:main

 

Alberto Donato has proposed merging ~ack/maas/+git/maas-release-tools:tox-run into ~maas-committers/maas/+git/maas-release-tools:main.

Commit message:
explicit tox run call



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~ack/maas/+git/maas-release-tools/+merge/441995
-- 
Your team MAAS Committers is requested to review the proposed merge of ~ack/maas/+git/maas-release-tools:tox-run into ~maas-committers/maas/+git/maas-release-tools:main.
diff --git a/Makefile b/Makefile
index b637274..c43510a 100644
--- a/Makefile
+++ b/Makefile
@@ -42,11 +42,11 @@ py-bins: $(VE_DIR) $(BIN_DIR)
 .PHONY: py-bins
 
 py-format py-lint py-check:
-	tox -e $(patsubst py-%,%,$@)
+	tox run -e $(patsubst py-%,%,$@)
 .PHONY: py-format py-lint py-check
 
 $(VE_DIR):
-	tox -e py
+	tox run -e py
 
 # Shell targets
 

Follow ups