Skip to content

Commit

Permalink
add notes about recent testapolooza from msabramo
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jun 16, 2012
1 parent 4c503e8 commit 0f83626
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Expand Up @@ -2,7 +2,14 @@

## python-markdown2 2.0.1 (not yet released)

(nothing yet)
- Now 'tox' testing support (by github.com/msabramo):

[sudo] pip install tox
tox

confirming that markdown2 works with jython (not sure which version) and
pypy! Also added pypy to travis-ci testing
(http://travis-ci.org/#!/trentm/python-markdown2).


## python-markdown2 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ was written to closely match the behaviour of the original Perl-implemented
Markdown.pl. Markdown2 also comes with a number of extensions (called
"extras") for things like syntax coloring, tables, header-ids. See the
"Extra Syntax" section below. "markdown2" supports all Python versions
from 2.4 to 3.3.
from 2.4 to 3.3 (and pypy and jython, though I don't frequently test those).

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

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


# Install
Expand Down

0 comments on commit 0f83626

Please sign in to comment.