Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f83626

Browse files
committed
add notes about recent testapolooza from msabramo
1 parent 4c503e8 commit 0f83626

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
## python-markdown2 2.0.1 (not yet released)
44

5-
(nothing yet)
5+
- Now 'tox' testing support (by github.com/msabramo):
6+
7+
[sudo] pip install tox
8+
tox
9+
10+
confirming that markdown2 works with jython (not sure which version) and
11+
pypy! Also added pypy to travis-ci testing
12+
(http://travis-ci.org/#!/trentm/python-markdown2).
613

714

815
## python-markdown2 2.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ was written to closely match the behaviour of the original Perl-implemented
1313
Markdown.pl. Markdown2 also comes with a number of extensions (called
1414
"extras") for things like syntax coloring, tables, header-ids. See the
1515
"Extra Syntax" section below. "markdown2" supports all Python versions
16-
from 2.4 to 3.3.
16+
from 2.4 to 3.3 (and pypy and jython, though I don't frequently test those).
1717

1818
There is another [Python
1919
markdown.py](http://www.freewisdom.org/projects/python-markdown/). However, at
@@ -28,7 +28,7 @@ your consideration.
2828
Follow <a href="https://twitter.com/intent/user?screen_name=trentmick" target="_blank">@trentmick</a>
2929
for updates to python-markdown2.
3030

31-
Travis-ci.org: [![Build Status](https://secure.travis-ci.org/trentm/python-markdown2.png)](http://travis-ci.org/trentm/python-markdown2)
31+
Travis-ci.org test status: [![Build Status](https://secure.travis-ci.org/trentm/python-markdown2.png)](http://travis-ci.org/trentm/python-markdown2)
3232

3333

3434
# Install

0 commit comments

Comments
 (0)