summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-05 11:18:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-05 11:18:52 -0400
commitce87693e5feea5cb23a990c38c7be93266dd5842 (patch)
treee9268a7dea3d1b28dd9ed4d28f9c8d1d21b823a4
parent82489817b03acd7fc13af9ba5bd9f18e0aefd9f8 (diff)
downloadpython-coveragepy-coverage-3.5b1.tar.gz
Last fiddles for 3.5b1coverage-3.5b1
-rw-r--r--.hgignore1
-rw-r--r--allkits.cmd6
-rw-r--r--doc/index.rst4
-rw-r--r--howto.txt2
4 files changed, 7 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore
index 7ac0b5d..678b57d 100644
--- a/.hgignore
+++ b/.hgignore
@@ -24,3 +24,4 @@ zipmods.zip
# Stuff in the doc directory.
_build
+sample_html_beta
diff --git a/allkits.cmd b/allkits.cmd
index 2efb0f8..528087f 100644
--- a/allkits.cmd
+++ b/allkits.cmd
@@ -1,9 +1,9 @@
@REM Build all the kits for coverage.py
@REM Add "upload" onto the command line to also upload.
-for %%v in (23 24 25 26 27 31 32) do (
- call \ned\bin\switchpy c:\vpy\coverage\%%v
+for %%v in (26 27 31 32) do (
+ call switchpy c:\vpy\coverage\%%v
python setup.py bdist_wininst %1
)
-call \ned\bin\switchpy c:\vpy\coverage\26
+call switchpy c:\vpy\coverage\26
python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean %1
diff --git a/doc/index.rst b/doc/index.rst
index 8c9709d..e7a6053 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -35,11 +35,11 @@ not.
.. ifconfig:: prerelease
The latest version is coverage.py 3.5b1, released 5 June 2011.
- This is a pre-release build. The usual warnings about possible bugs apply.
+ *This is a pre-release build. The usual warnings about possible bugs apply.*
It is supported on Python versions 2.3 through 3.2.
The latest stable version is coverage.py 3.4, `described here`_.
-.. _described here: http://nedbatchelder.com/code.coverage
+.. _described here: http://nedbatchelder.com/code/coverage
Quick start
diff --git a/howto.txt b/howto.txt
index fd3ef33..0048bd2 100644
--- a/howto.txt
+++ b/howto.txt
@@ -28,7 +28,7 @@
$ make publishbeta
- ELSE:
- Build and publish docs:
- $ make px publish
+ $ make publish
- Kits:
- source .tgz and windows .exe for each Python
- $ allkits.cmd