Commit ea5c6557 by Chris Jerdonek

Another REAMDE update re: testing under Python 3.x.

parent 4c9d50db
...@@ -146,8 +146,8 @@ From a source distribution-- :: ...@@ -146,8 +146,8 @@ From a source distribution-- ::
python test_pystache.py python test_pystache.py
You can also use tox_ to test Pystache under multiple versions of Python From source you can even test Pystache under several versions of Python
using a single command! :: with a single command (using tox_)! ::
pip install tox pip install tox
tox tox
...@@ -162,24 +162,9 @@ Mustache spec. To include tests from the Mustache spec in your test runs: :: ...@@ -162,24 +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
Python 2.7 and Later use tox. This is because the source is Python 2 and must be first be
-------------------- converted with 2to3_.
Then run Distribute's test_: ::
python setup.py test
This runs 2to3_ when using Python 3.
Python 2.6 and Earlier
----------------------
For Python 2.6 and earlier, use nose_ instead of ``test``: ::
pip install nose
python setup.py nosetests
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