diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-10 21:21:46 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-10 21:21:46 -0500 |
commit | 831514e5eb399ec9642435d0ff5e5f7c32f40c4c (patch) | |
tree | 76986df2aed47994ccdd9580504264cc22ea2f1a | |
parent | 04962959fd524e0706a36af7b8ba378a70cbc7bf (diff) | |
download | python-coveragepy-git-831514e5eb399ec9642435d0ff5e5f7c32f40c4c.tar.gz |
Python 2.7 has forced me to re-discover all the tweaks I needed.
-rw-r--r-- | howto.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ - Announce on TIP. +* Building + +- Create PythonXX\Lib\distutils\distutils.cfg:: + [build] + compiler = mingw32 * Testing |