From 52fc7399ab5de90addab69fedf478fd8a9241e0a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 17 Sep 2015 16:25:45 -0400 Subject: Make ARGS usable while building wheels --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6925186..1c31cd4a 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ kit: python setup.py sdist --formats=gztar,zip wheel: - tox -c tox_wheels.ini + tox -c tox_wheels.ini $(ARGS) kit_upload: twine upload dist/* -- cgit v1.2.1