diff options
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | allkits.cmd | 6 | ||||
-rw-r--r-- | doc/index.rst | 4 | ||||
-rw-r--r-- | howto.txt | 2 |
4 files changed, 7 insertions, 6 deletions
@@ -24,3 +24,4 @@ zipmods.zip # Stuff in the doc directory.
_build
+sample_html_beta
diff --git a/allkits.cmd b/allkits.cmd index 2efb0f82..528087fc 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 8c9709d8..e7a60531 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 @@ -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 |