File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ zipmods.zip
24
24
25
25
# Stuff in the doc directory.
26
26
_build
27
+ sample_html_beta
Original file line number Diff line number Diff line change 1
1
@ REM Build all the kits for coverage.py
2
2
@ REM Add "upload" onto the command line to also upload.
3
- for %%v in (23 24 25 26 27 31 32) do (
4
- call \ned\bin\ switchpy c:\vpy\coverage\%%v
3
+ for %%v in (26 27 31 32) do (
4
+ call switchpy c:\vpy\coverage\%%v
5
5
python setup.py bdist_wininst %1
6
6
)
7
7
8
- call \ned\bin\ switchpy c:\vpy\coverage\26
8
+ call switchpy c:\vpy\coverage\26
9
9
python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean %1
Original file line number Diff line number Diff line change 35
35
.. ifconfig :: prerelease
36
36
37
37
The latest version is coverage.py 3.5b1, released 5 June 2011.
38
- This is a pre-release build. The usual warnings about possible bugs apply.
38
+ * This is a pre-release build. The usual warnings about possible bugs apply. *
39
39
It is supported on Python versions 2.3 through 3.2.
40
40
The latest stable version is coverage.py 3.4, `described here `_.
41
41
42
- .. _described here : http://nedbatchelder.com/code. coverage
42
+ .. _described here : http://nedbatchelder.com/code/ coverage
43
43
44
44
45
45
Quick start
Original file line number Diff line number Diff line change 28
28
$ make publishbeta
29
29
- ELSE:
30
30
- Build and publish docs:
31
- $ make px publish
31
+ $ make publish
32
32
- Kits:
33
33
- source .tgz and windows .exe for each Python
34
34
- $ allkits.cmd
You can’t perform that action at this time.
0 commit comments