summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/*