diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-21 22:24:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-21 22:24:11 -0400 |
commit | a02bec0469a9f1cf9e77c13b2fa9043f723fbb0f (patch) | |
tree | 249795b3c91263734448b6199838e56ce5214951 /howto.txt | |
parent | f1b8cda800984363fc58e809326d2acef86a1d6a (diff) | |
download | python-coveragepy-git-a02bec0469a9f1cf9e77c13b2fa9043f723fbb0f.tar.gz |
Change how kits are build, use tox.
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -30,8 +30,10 @@ - Build and publish docs: $ make publish - Kits: - - source .tgz and windows .exe for each Python - - $ allkits.cmd + - Source kit: + - $ make kit + - Windows .exe for each Python + - $ tox -c tox_winkits.ini - Update PyPi: - $ make pypi - upload the kits: |