File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ was written to closely match the behaviour of the original Perl-implemented
1313Markdown.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
1818There is another [ Python
1919markdown.py] ( http://www.freewisdom.org/projects/python-markdown/ ) . However, at
@@ -28,7 +28,7 @@ your consideration.
2828Follow <a href =" https://twitter.com/intent/user?screen_name=trentmick " target =" _blank " >@trentmick </a >
2929for 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
You can’t perform that action at this time.
0 commit comments