diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-21 13:45:51 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-21 13:45:51 -0500 |
commit | 4215f343c5906825719fcf275180158f80d8ee60 (patch) | |
tree | f265ad2cd3286c0346b6f758f3975728cac2e36f /Makefile | |
parent | ef9bd3f4e27c41085a601d1c5e8f87e8bb0f68b2 (diff) | |
download | python-coveragepy-git-4215f343c5906825719fcf275180158f80d8ee60.tar.gz |
A convenient Makefile target when doing ad-hoc testing.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ download_appveyor: pypi: python setup.py register +build_ext: + python setup.py build_ext + install: python setup.py install |