File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 2
2
Change history for Coverage.py
3
3
------------------------------
4
4
5
- Version 3.5.1
6
- -------------
5
+ Version 3.5.1b1 --- 28 August 2011
6
+ ----------------------------------
7
7
8
8
- When combining data files from parallel runs, you can now instruct coverage
9
9
about which directories are equivalent on different machines. A ``[paths]``
Original file line number Diff line number Diff line change 5
5
6
6
"""
7
7
8
- __version__ = "3.5.1a0 " # see detailed history in CHANGES.txt
8
+ __version__ = "3.5.1b1 " # see detailed history in CHANGES.txt
9
9
10
10
__url__ = "http://nedbatchelder.com/code/coverage"
11
11
if max (__version__ ).isalpha ():
Original file line number Diff line number Diff line change 47
47
# built documents.
48
48
#
49
49
# The short X.Y version.
50
- version = '3.5'
50
+ version = '3.5.1 '
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '3.5'
52
+ release = '3.5.1b1 '
53
53
54
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
55
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ coverage.py
19
19
:history: 20110213T081200, claim true 3.2 compatibility.
20
20
:history: 20110604T114800, update for 3.5b1
21
21
:history: 20110629T082300, update for 3.5
22
+ :history: 20110827T221800, update for 3.5.1b1
22
23
23
24
24
25
Coverage.py is a tool for measuring code coverage of Python programs. It
36
37
37
38
.. ifconfig :: prerelease
38
39
39
- The latest version is coverage.py 3.5b1 , released 5 June 2011.
40
+ The latest version is coverage.py 3.5.1b1 , released 28 August 2011.
40
41
*This is a pre-release build. The usual warnings about possible bugs apply. *
41
42
It is supported on Python versions 2.3 through 3.2.
42
- The latest stable version is coverage.py 3.4 , `described here `_.
43
+ The latest stable version is coverage.py 3.5 , `described here `_.
43
44
44
45
.. _described here : http://nedbatchelder.com/code/coverage
45
46
Original file line number Diff line number Diff line change 54
54
- Ask Christophe Zwerschke (
[email protected] ) to build win64 kits.
55
55
56
56
57
+ * Making virtualenvs on Windows
58
+
59
+ - cd c:\vpy\coverage
60
+ - \py32\xx\python ..\virtualenv.py xx
61
+ - copy ..\distutils.cfg xx\Lib\distutils
62
+ - cd nose_source_directory_someplace
63
+ - \vpy\coverage\xx\Scripts\python.exe setup.py install
64
+
65
+
57
66
* Building
58
67
59
68
- Install fixtar on any Windows Python used to make source kits: http://bitbucket.org/ned/fixtar
You can’t perform that action at this time.
0 commit comments