diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-17 16:25:45 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-17 16:25:45 -0400 |
commit | 52fc7399ab5de90addab69fedf478fd8a9241e0a (patch) | |
tree | aa0e93b10842e1a8db81896e5172d55a8e758e29 | |
parent | 59d9ffb595de4d71fe82806c76625080b1f36220 (diff) | |
download | python-coveragepy-git-52fc7399ab5de90addab69fedf478fd8a9241e0a.tar.gz |
Make ARGS usable while building wheels
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/* |