Changes between Version 2 and Version 15 of Ticket #9921
- Timestamp:
- 05/26/12 20:11:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9921
-
Property
Type
changed from
defect
toenhancement
-
Property
Type
changed from
-
Ticket #9921 – Description
v2 v15 4 4 5 5 {{{ 6 wget http:// code.google.com/p/python-nose/downloads/detail?name=nose-0.11.3.tar.gz7 tar xzvf nose- 0.11.3.tar.gz8 cd nose- 0.11.36 wget http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz # or the latest version at http://pypi.python.org/pypi/nose/ 7 tar xzvf nose-1.1.2.tar.gz 8 cd nose-1.1.2 9 9 sage -python setup.py install 10 10 }}}