summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-17 16:25:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-17 16:25:45 -0400
commit74194b6cc801c2bdb5da6434c9dfad65d71569dd (patch)
tree3176d2f5f092f387fc8c90591212cf980c7b7521 /Makefile
parent9d28e8e748826b02b662d50a01ab457150531570 (diff)
downloadpython-coveragepy-74194b6cc801c2bdb5da6434c9dfad65d71569dd.tar.gz
Make ARGS usable while building wheels
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e692518..1c31cd4 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/*