Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
ea5c6557
Commit
ea5c6557
authored
Apr 22, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another REAMDE update re: testing under Python 3.x.
parent
4c9d50db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
20 deletions
+5
-20
README.rst
+5
-20
No files found.
README.rst
View file @
ea5c6557
...
...
@@ -146,8 +146,8 @@ From a source distribution-- ::
python test_pystache.py
You can also use tox_ to test Pystache under multiple
versions of Python
using a single command
! ::
From source you can even test Pystache under several
versions of Python
with a single command (using tox_)
! ::
pip install tox
tox
...
...
@@ -162,24 +162,9 @@ Mustache spec. To include tests from the Mustache spec in your test runs: ::
git submodule init
git submodule update
Python 2.7 and Later
--------------------
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
To test Pystache under Python 3.x from a source distribution, you must
use tox. This is because the source is Python 2 and must be first be
converted with 2to3_.
Mailing List
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment