Commit 09a5c9c2 by Chris Jerdonek

Updated README re: testing.

parent 1806f853
...@@ -146,8 +146,8 @@ From a source distribution-- :: ...@@ -146,8 +146,8 @@ From a source distribution-- ::
python test_pystache.py python test_pystache.py
From source you can even test Pystache under several versions of Python To test Pystache source under multiple versions of Python all at once, you
with a single command (using tox_)! :: can use tox_: ::
pip install tox pip install tox
tox tox
...@@ -162,9 +162,9 @@ Mustache spec. To include tests from the Mustache spec in your test runs: :: ...@@ -162,9 +162,9 @@ Mustache spec. To include tests from the Mustache spec in your test runs: ::
git submodule init git submodule init
git submodule update git submodule update
To test Pystache under Python 3.x from a source distribution, you must To test a source distribution of Pystache with Python 3.x, you must use tox.
use tox. This is because the source is Python 2 and must be first be This is because the raw source is not Python 3 compatible and must be first
converted with 2to3_. be run through 2to3_.
Mailing List Mailing List
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment